#425177

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

Shades of Astronaut #425177

Tints of Astronaut #425177

Color information

#425177 (or 0x425177) is unknown color: approx Astronaut. HEX triplet: 42, 51 and 77. RGB value is (66,81,119). Sum of RGB (Red+Green+Blue) = 66+81+119=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 119 (46.88% from 255 or 44.74% from 266); Max value from RGB is 119 - color contains mainly: blue. Hex color #425177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425177 is #BDAE88. Grayscale: #505050. Windows color (decimal): -12430985 or 7819586. OLE color: 7819586.

HSL color Cylindrical-coordinate representation of color #425177: hue angle of 223.02º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #425177 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6681119-
CMYK0.450.3200.53
HSL223.02º28.65%36.27%-
HSV(B)223.02º44.54%46.67%-
XYZ8.528.3818.62-
YUV80.85149.53117.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 81 (32.03% from 255) = 30.45%
BLUE value IS 119 (46.88% from 255) = 44.74%
R=24.81%
G=30.45%
B=44.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66811190.450.3200.53223.0228.6536.27
Hex4251772D20035df1d24
Octal10212116755400653373544
Binary10000101010001111011110110110000001101011101111111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425177; }

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

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

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

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

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

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

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

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