Color Hex Logo

#4651ca Color Hex

#4651CA
(70,81,202)
0 Favorites   0 Comments

Color spaces of #4651ca

RGB 7081202
HSL0.650.550.53
HSV235°65°79°
CMYK 0.650.600.00   0.21
XYZ16.128911.451257.2373
Yxy11.45120.19020.1350
Hunter Lab33.839625.8587-76.5971
CIE-Lab40.330234.0138-64.2911

#4651ca color RGB value is (70,81,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 01010001 11001010
Octal 106 121 312
Decimal 70 81 202
Hex 46 51 CA

RGB Percentages of Color #4651ca

%19.83
%22.95
%57.22

CMYK Percentages of Color #4651ca

%65
%60
%0
%21

Triadic Colors of #4651ca

#4651ca #ca4651 #51ca46

Analogous Colors of #4651ca

#4651ca #7d46ca #4693ca

Monochromatic Colors of #4651ca

#4651ca

Complementary Color

#4651ca #cabf46

#4651ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4651ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4651ca Color CSS Codes

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

#4651ca Text Font Color

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

This sample text font color is #4651ca
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.


#4651ca Background Color

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

This div background color is #4651ca


#4651ca Border Color

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

This div border color is #4651ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,81,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 #4651ca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4651ca


Comments

No comments written yet.

Please login to write comment.