Html Css Color HEX #424C71 Astronaut

📋 copy color: '#424C71'

red 66 ◦ green 76 ◦ blue 113

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

Shades of Astronaut #424C71

Tints of Astronaut #424C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 44.31%

R = 25.88%
G = 29.8%
B = 44.31%

CMYK

 C value IS 0.42

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#424C71 (or 0x424C71) is known color: Astronaut. HEX triplet: 42, 4C and 71. RGB value is (66,76,113). Sum of RGB (Red+Green+Blue) = 66+76+113=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 113 (44.53% from 255 or 44.31% from 255); Max value from RGB is 113 - color contains mainly: blue. Hex color #424C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424C71 is #BDB38E. Grayscale: #4D4D4D. Windows color (decimal): -12432271 or 7425090. OLE color: 7425090.

HSL color Cylindrical-coordinate representation of color #424C71: hue angle of 227.23º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424C71 is Cyan = 0.42, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 76 113 -
CMYK 0.42 0.33 0 0.56
HSL 227.23º 0.26% 0.35% -
HSV(B) 227.23º 0.42% 0.44% -
XYZ 7.81 7.52 16.66 -
YUV 77.23 148.19 119.99 -
System Red Green Blue C M Y K H S L
Decimal 66 76 113 0.42 0.33 0 0.56 227.23 0.26 0.35
Hex 42 4C 71 2A 21 0 38 E3 1A 23
Octal 102 114 161 52 41 0 70 343 32 43
Binary 1000010 1001100 1110001 101010 100001 0 111000 11100011 11010 100011

Color Harmonies of #424C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424C71

Black with #424C71

Text Example


Text Example

White with #424C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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