Html Css Color HEX #424D76 Astronaut

📋 copy color: '#424D76'

red 66 ◦ green 77 ◦ blue 118

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

Shades of Astronaut #424D76

Tints of Astronaut #424D76

RGB

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

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

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

R = 25.29%
G = 29.5%
B = 45.21%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#424D76 (or 0x424D76) is known color: Astronaut. HEX triplet: 42, 4D and 76. RGB value is (66,77,118). Sum of RGB (Red+Green+Blue) = 66+77+118=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #424D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D76 is #BDB289. Grayscale: #4E4E4E. Windows color (decimal): -12432010 or 7753026. OLE color: 7753026.

HSL color Cylindrical-coordinate representation of color #424D76: hue angle of 227.31º 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 #424D76 is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 66 77 118 -
CMYK 0.44 0.35 0 0.54
HSL 227.31º 0.28% 0.36% -
HSV(B) 227.31º 0.44% 0.46% -
XYZ 8.17 7.77 18.21 -
YUV 78.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 66 77 118 0.44 0.35 0 0.54 227.31 0.28 0.36
Hex 42 4D 76 2C 23 0 36 E3 1C 24
Octal 102 115 166 54 43 0 66 343 34 44
Binary 1000010 1001101 1110110 101100 100011 0 110110 11100011 11100 100100

Color Harmonies of #424D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D76

Black with #424D76

Text Example


Text Example

White with #424D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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