Html Css Color HEX #424F70 Astronaut

📋 copy color: '#424F70'

red 66 ◦ green 79 ◦ blue 112

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

Shades of Astronaut #424F70

Tints of Astronaut #424F70

RGB

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

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

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

R = 25.68%
G = 30.74%
B = 43.58%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#424F70 (or 0x424F70) is known color: Astronaut. HEX triplet: 42, 4F and 70. RGB value is (66,79,112). Sum of RGB (Red+Green+Blue) = 66+79+112=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 79 (31.25% from 255 or 30.74% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #424F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #424F70 is #BDB08F. Grayscale: #4E4E4E. Windows color (decimal): -12431504 or 7360322. OLE color: 7360322.

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

Color convert

RGB 66 79 112 -
CMYK 0.41 0.29 0 0.56
HSL 223.04º 0.26% 0.35% -
HSV(B) 223.04º 0.41% 0.44% -
XYZ 7.97 7.92 16.44 -
YUV 78.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 66 79 112 0.41 0.29 0 0.56 223.04 0.26 0.35
Hex 42 4F 70 29 1D 0 38 DF 1A 23
Octal 102 117 160 51 35 0 70 337 32 43
Binary 1000010 1001111 1110000 101001 11101 0 111000 11011111 11010 100011

Color Harmonies of #424F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424F70

Black with #424F70

Text Example


Text Example

White with #424F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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