Html Css Color HEX #425270 Astronaut

📋 copy color: '#425270'

red 66 ◦ green 82 ◦ blue 112

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

Shades of Astronaut #425270

Tints of Astronaut #425270

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.54%

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

R = 25.38%
G = 31.54%
B = 43.08%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#425270 (or 0x425270) is known color: Astronaut. HEX triplet: 42, 52 and 70. RGB value is (66,82,112). Sum of RGB (Red+Green+Blue) = 66+82+112=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 112 - color contains mainly: blue. Hex color #425270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425270 is #BDAD8F. Grayscale: #505050. Windows color (decimal): -12430736 or 7361090. OLE color: 7361090.

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

Color convert

RGB 66 82 112 -
CMYK 0.41 0.27 0 0.56
HSL 219.13º 0.26% 0.35% -
HSV(B) 219.13º 0.41% 0.44% -
XYZ 8.19 8.36 16.51 -
YUV 80.64 145.7 117.56 -
System Red Green Blue C M Y K H S L
Decimal 66 82 112 0.41 0.27 0 0.56 219.13 0.26 0.35
Hex 42 52 70 29 1B 0 38 DB 1A 23
Octal 102 122 160 51 33 0 70 333 32 43
Binary 1000010 1010010 1110000 101001 11011 0 111000 11011011 11010 100011

Color Harmonies of #425270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425270

Black with #425270

Text Example


Text Example

White with #425270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425270; }

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

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

background-color css

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

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

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

border-color css

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

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

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