Color Hex Logo

#4648ca Color Hex

#4648CA
(70,72,202)
0 Favorites   0 Comments

Color spaces of #4648ca

RGB 7072202
HSL0.660.550.53
HSV239°65°79°
CMYK 0.650.640.00   0.21
XYZ15.503810.201157.0290
Yxy10.20110.18740.1233
Hunter Lab31.939230.7533-83.5079
CIE-Lab38.201039.5684-67.7662

#4648ca color RGB value is (70,72,202).

#4648ca hex color red value is 70, green value is 72 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #4648ca hue: 0.66 , saturation: 0.55 and the lightness value of 4648ca is 0.53.

The process color (four color CMYK) of #4648ca color hex is 0.65, 0.64, 0.00, 0.21. Web safe color of #4648ca is #3333cc. Color #4648ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 01001000 11001010
Octal 106 110 312
Decimal 70 72 202
Hex 46 48 CA

RGB Percentages of Color #4648ca

%20.35
%20.93
%58.72

CMYK Percentages of Color #4648ca

%65
%64
%0
%21

Triadic Colors of #4648ca

#4648ca #ca4648 #48ca46

Analogous Colors of #4648ca

#4648ca #8646ca #468aca

Monochromatic Colors of #4648ca

#4648ca

Complementary Color

#4648ca #cac846

#4648ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4648ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4648ca Color CSS Codes

.mybgcolor {background-color:#4648ca; } 
.myforecolor {color:#4648ca; }
.mybordercolor {border:3px solid #4648ca; }

#4648ca Text Font Color

<p style="color:#4648ca">Text here</p>

This sample text font color is #4648ca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4648ca Background Color

<div style="background-color:#4648ca">
Div content here</div>

This div background color is #4648ca


#4648ca Border Color

<div style="border:3px solid #4648ca">
Div here</div>

This div border color is #4648ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,72,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4648ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4648ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4648ca;
  box-shadow:         1px 1px 3px 2px #4648ca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,72,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4648ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4648ca;
  -webkit-box-shadow: 1px 1px 3px 2px #4648ca;
  box-shadow:         1px 1px 3px 2px #4648ca;">
Div content here</div>

This div box has shadow with color #4648ca


Comments

No comments written yet.

Please login to write comment.