Html Css Color HEX #404A60 Blue Zodiac

📋 copy color: '#404A60'

red 64 ◦ green 74 ◦ blue 96

#404A60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #404A60

Tints of Blue Zodiac #404A60

RGB

 RED value IS 64 (25.39% from 255) = 27.35%

 GREEN value IS 74 (29.3% from 255) = 31.62%

 BLUE value IS 96 (37.89% from 255) = 41.03%

R = 27.35%
G = 31.62%
B = 41.03%

CMYK

 C value IS 0.33

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#404A60 (or 0x404A60) is known color: Blue Zodiac. HEX triplet: 40, 4A and 60. RGB value is (64,74,96). Sum of RGB (Red+Green+Blue) = 64+74+96=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 96 - color contains mainly: blue. Hex color #404A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404A60 is #BFB59F. Grayscale: #494949. Windows color (decimal): -12563872 or 6310464. OLE color: 6310464.

HSL color Cylindrical-coordinate representation of color #404A60: hue angle of 221.25º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #404A60 is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 74 96 -
CMYK 0.33 0.23 0 0.62
HSL 221.25º 0.2% 0.31% -
HSV(B) 221.25º 0.33% 0.38% -
XYZ 6.67 6.83 12.03 -
YUV 73.52 140.69 121.21 -
System Red Green Blue C M Y K H S L
Decimal 64 74 96 0.33 0.23 0 0.62 221.25 0.2 0.31
Hex 40 4A 60 21 17 0 3E DD 14 1F
Octal 100 112 140 41 27 0 76 335 24 37
Binary 1000000 1001010 1100000 100001 10111 0 111110 11011101 10100 11111

Color Harmonies of #404A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404A60

Black with #404A60

Text Example


Text Example

White with #404A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404A60; }

 p { color: rgb(64,74,96); }

 H1.HeaderClassName
 {
   color: #404A60;
 }
 .AnyTagClassName
 {
   color: #404A60;
 }
</style>

background-color css

<style>
 a { background-color: #404A60; }

 a { background-color: rgb(64,74,96); }

 div.DivClassName
 {
   background-color: #404A60;
 }
 .BgClassName
 {
   background-color: #404A60;
 }
</style>

border-color css

<style>
 span { border-color: #404A60; }

 span { border-color: rgb(64,74,96); }

 td.TdClassName
 {
   border-color: #404A60;
 }
 .TagClassName
 {
   border-color: #404A60;
 }
</style>