Html Css Color HEX #424A5E Blue Zodiac

📋 copy color: '#424A5E'

red 66 ◦ green 74 ◦ blue 94

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

Shades of Blue Zodiac #424A5E

Tints of Blue Zodiac #424A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 28.21%
G = 31.62%
B = 40.17%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#424A5E (or 0x424A5E) is known color: Blue Zodiac. HEX triplet: 42, 4A and 5E. RGB value is (66,74,94). Sum of RGB (Red+Green+Blue) = 66+74+94=234 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.21% from 234); Green value is 74 (29.30% from 255 or 31.62% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 94 - color contains mainly: blue. Hex color #424A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424A5E is #BDB5A1. Grayscale: #494949. Windows color (decimal): -12432802 or 6179394. OLE color: 6179394.

HSL color Cylindrical-coordinate representation of color #424A5E: hue angle of 222.86º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #424A5E is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 74 94 -
CMYK 0.30 0.21 0 0.63
HSL 222.86º 0.18% 0.31% -
HSV(B) 222.86º 0.3% 0.37% -
XYZ 6.72 6.86 11.56 -
YUV 73.89 139.35 122.37 -
System Red Green Blue C M Y K H S L
Decimal 66 74 94 0.30 0.21 0 0.63 222.86 0.18 0.31
Hex 42 4A 5E 1E 15 0 3F DF 12 1F
Octal 102 112 136 36 25 0 77 337 22 37
Binary 1000010 1001010 1011110 11110 10101 0 111111 11011111 10010 11111

Color Harmonies of #424A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424A5E

Black with #424A5E

Text Example


Text Example

White with #424A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,74,94); }

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

background-color css

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

 a { background-color: rgb(66,74,94); }

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

border-color css

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

 span { border-color: rgb(66,74,94); }

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