Html Css Color HEX #424D72 Astronaut

📋 copy color: '#424D72'

red 66 ◦ green 77 ◦ blue 114

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

Shades of Astronaut #424D72

Tints of Astronaut #424D72

RGB

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

 GREEN value IS 77 (30.47% from 255) = 29.96%

 BLUE value IS 114 (44.92% from 255) = 44.36%

R = 25.68%
G = 29.96%
B = 44.36%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#424D72 (or 0x424D72) is known color: Astronaut. HEX triplet: 42, 4D and 72. RGB value is (66,77,114). Sum of RGB (Red+Green+Blue) = 66+77+114=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #424D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D72 is #BDB28D. Grayscale: #4D4D4D. Windows color (decimal): -12432014 or 7490882. OLE color: 7490882.

HSL color Cylindrical-coordinate representation of color #424D72: hue angle of 226.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #424D72 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 66 77 114 -
CMYK 0.42 0.32 0 0.55
HSL 226.25º 0.27% 0.35% -
HSV(B) 226.25º 0.42% 0.45% -
XYZ 7.94 7.68 16.98 -
YUV 77.93 148.36 119.49 -
System Red Green Blue C M Y K H S L
Decimal 66 77 114 0.42 0.32 0 0.55 226.25 0.27 0.35
Hex 42 4D 72 2A 20 0 37 E2 1B 23
Octal 102 115 162 52 40 0 67 342 33 43
Binary 1000010 1001101 1110010 101010 100000 0 110111 11100010 11011 100011

Color Harmonies of #424D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D72

Black with #424D72

Text Example


Text Example

White with #424D72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,77,114); }

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

background-color css

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

 a { background-color: rgb(66,77,114); }

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

border-color css

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

 span { border-color: rgb(66,77,114); }

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