Html Css Color HEX #424F71 Astronaut

📋 copy color: '#424F71'

red 66 ◦ green 79 ◦ blue 113

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

Shades of Astronaut #424F71

Tints of Astronaut #424F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.62%

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

R = 25.58%
G = 30.62%
B = 43.8%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#424F71 (or 0x424F71) is known color: Astronaut. HEX triplet: 42, 4F and 71. RGB value is (66,79,113). Sum of RGB (Red+Green+Blue) = 66+79+113=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 113 - color contains mainly: blue. Hex color #424F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F71 is #BDB08E. Grayscale: #4E4E4E. Windows color (decimal): -12431503 or 7425858. OLE color: 7425858.

HSL color Cylindrical-coordinate representation of color #424F71: hue angle of 223.4º 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 #424F71 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 66 79 113 -
CMYK 0.42 0.30 0 0.56
HSL 223.4º 0.26% 0.35% -
HSV(B) 223.4º 0.42% 0.44% -
XYZ 8.02 7.94 16.73 -
YUV 78.99 147.19 118.74 -
System Red Green Blue C M Y K H S L
Decimal 66 79 113 0.42 0.30 0 0.56 223.4 0.26 0.35
Hex 42 4F 71 2A 1E 0 38 DF 1A 23
Octal 102 117 161 52 36 0 70 337 32 43
Binary 1000010 1001111 1110001 101010 11110 0 111000 11011111 11010 100011

Color Harmonies of #424F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F71

Black with #424F71

Text Example


Text Example

White with #424F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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