#425176

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

Shades of Astronaut #425176

Tints of Astronaut #425176

Color information

#425176 (or 0x425176) is unknown color: approx Astronaut. HEX triplet: 42, 51 and 76. RGB value is (66,81,118). Sum of RGB (Red+Green+Blue) = 66+81+118=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #425176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425176 is #BDAE89. Grayscale: #505050. Windows color (decimal): -12430986 or 7754050. OLE color: 7754050.

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

Color convert

RGB6681118-
CMYK0.440.3100.54
HSL222.69º28.26%36.08%-
HSV(B)222.69º44.07%46.27%-
XYZ8.468.3518.31-
YUV80.73149.03117.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=24.91%
G=30.57%
B=44.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66811180.440.3100.54222.6928.2636.08
Hex4251762C1F036df1c24
Octal10212116654370663373444
Binary1000010101000111101101011001111101101101101111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425176; }

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

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

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

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

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

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

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

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