Html Css Color HEX #424D70 Astronaut

📋 copy color: '#424D70'

red 66 ◦ green 77 ◦ blue 112

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

Shades of Astronaut #424D70

Tints of Astronaut #424D70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 43.92%

R = 25.88%
G = 30.2%
B = 43.92%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#424D70 (or 0x424D70) is known color: Astronaut. HEX triplet: 42, 4D and 70. RGB value is (66,77,112). Sum of RGB (Red+Green+Blue) = 66+77+112=255 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.88% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #424D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424D70 is #BDB28F. Grayscale: #4D4D4D. Windows color (decimal): -12432016 or 7359810. OLE color: 7359810.

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

Color convert

RGB 66 77 112 -
CMYK 0.41 0.31 0 0.56
HSL 225.65º 0.26% 0.35% -
HSV(B) 225.65º 0.41% 0.44% -
XYZ 7.83 7.64 16.39 -
YUV 77.7 147.36 119.65 -
System Red Green Blue C M Y K H S L
Decimal 66 77 112 0.41 0.31 0 0.56 225.65 0.26 0.35
Hex 42 4D 70 29 1F 0 38 E2 1A 23
Octal 102 115 160 51 37 0 70 342 32 43
Binary 1000010 1001101 1110000 101001 11111 0 111000 11100010 11010 100011

Color Harmonies of #424D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424D70

Black with #424D70

Text Example


Text Example

White with #424D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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