#425172

Color #425172 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #425172

Tints of Astronaut #425172

Color information

#425172 (or 0x425172) is unknown color: approx Astronaut. HEX triplet: 42, 51 and 72. RGB value is (66,81,114). Sum of RGB (Red+Green+Blue) = 66+81+114=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 81 (32.03% from 255 or 31.03% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #425172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425172 is #BDAE8D. Grayscale: #505050. Windows color (decimal): -12430990 or 7491906. OLE color: 7491906.

HSL color Cylindrical-coordinate representation of color #425172: hue angle of 221.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 #425172 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6681114-
CMYK0.420.2900.55
HSL221.25º26.67%35.29%-
HSV(B)221.25º42.11%44.71%-
XYZ8.238.2617.08-
YUV80.28147.03117.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 81 (32.03% from 255) = 31.03%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=25.29%
G=31.03%
B=43.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66811140.420.2900.55221.2526.6735.29
Hex4251722A1D037dd1b23
Octal10212116252350673353343
Binary1000010101000111100101010101110101101111101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425172; }

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

 H1.HeaderClassName
 {
   color: #425172;
 }
 .AnyTagClassName
 {
   color: #425172;
 }
</style>
background-color css

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

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

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

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

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

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