Html Css Color HEX #424B60 Blue Zodiac

📋 copy color: '#424B60'

red 66 ◦ green 75 ◦ blue 96

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

Shades of Blue Zodiac #424B60

Tints of Blue Zodiac #424B60

RGB

 RED value IS 66 (26.17% from 255) = 27.85%

 GREEN value IS 75 (29.69% from 255) = 31.65%

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

R = 27.85%
G = 31.65%
B = 40.51%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#424B60 (or 0x424B60) is known color: Blue Zodiac. HEX triplet: 42, 4B and 60. RGB value is (66,75,96). Sum of RGB (Red+Green+Blue) = 66+75+96=237 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.85% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 96 (37.89% from 255 or 40.51% from 237); Max value from RGB is 96 - color contains mainly: blue. Hex color #424B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424B60 is #BDB49F. Grayscale: #4A4A4A. Windows color (decimal): -12432544 or 6310722. OLE color: 6310722.

HSL color Cylindrical-coordinate representation of color #424B60: hue angle of 222º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #424B60 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 66 75 96 -
CMYK 0.31 0.22 0 0.62
HSL 222º 0.19% 0.32% -
HSV(B) 222º 0.31% 0.38% -
XYZ 6.87 7.03 12.06 -
YUV 74.7 140.02 121.79 -
System Red Green Blue C M Y K H S L
Decimal 66 75 96 0.31 0.22 0 0.62 222 0.19 0.32
Hex 42 4B 60 1F 16 0 3E DE 13 20
Octal 102 113 140 37 26 0 76 336 23 40
Binary 1000010 1001011 1100000 11111 10110 0 111110 11011110 10011 100000

Color Harmonies of #424B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424B60

Black with #424B60

Text Example


Text Example

White with #424B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424B60; }

 p { color: rgb(66,75,96); }

 H1.HeaderClassName
 {
   color: #424B60;
 }
 .AnyTagClassName
 {
   color: #424B60;
 }
</style>

background-color css

<style>
 a { background-color: #424B60; }

 a { background-color: rgb(66,75,96); }

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

border-color css

<style>
 span { border-color: #424B60; }

 span { border-color: rgb(66,75,96); }

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