Html Css Color HEX #424C76 Astronaut

📋 copy color: '#424C76'

red 66 ◦ green 76 ◦ blue 118

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

Shades of Astronaut #424C76

Tints of Astronaut #424C76

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.23%

 BLUE value IS 118 (46.48% from 255) = 45.38%

R = 25.38%
G = 29.23%
B = 45.38%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424C76 (or 0x424C76) is known color: Astronaut. HEX triplet: 42, 4C and 76. RGB value is (66,76,118). Sum of RGB (Red+Green+Blue) = 66+76+118=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 76 (30.08% from 255 or 29.23% from 260); Blue value is 118 (46.48% from 255 or 45.38% from 260); Max value from RGB is 118 - color contains mainly: blue. Hex color #424C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C76 is #BDB389. Grayscale: #4D4D4D. Windows color (decimal): -12432266 or 7752770. OLE color: 7752770.

HSL color Cylindrical-coordinate representation of color #424C76: hue angle of 228.46º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #424C76 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 76 118 -
CMYK 0.44 0.36 0 0.54
HSL 228.46º 0.28% 0.36% -
HSV(B) 228.46º 0.44% 0.46% -
XYZ 8.1 7.64 18.19 -
YUV 77.8 150.69 119.58 -
System Red Green Blue C M Y K H S L
Decimal 66 76 118 0.44 0.36 0 0.54 228.46 0.28 0.36
Hex 42 4C 76 2C 24 0 36 E4 1C 24
Octal 102 114 166 54 44 0 66 344 34 44
Binary 1000010 1001100 1110110 101100 100100 0 110110 11100100 11100 100100

Color Harmonies of #424C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C76

Black with #424C76

Text Example


Text Example

White with #424C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,76,118); }

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

background-color css

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

 a { background-color: rgb(66,76,118); }

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

border-color css

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

 span { border-color: rgb(66,76,118); }

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