#425179

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

Shades of Astronaut #425179

Tints of Astronaut #425179

Color information

#425179 (or 0x425179) is unknown color: approx Astronaut. HEX triplet: 42, 51 and 79. RGB value is (66,81,121). Sum of RGB (Red+Green+Blue) = 66+81+121=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #425179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425179 is #BDAE86. Grayscale: #505050. Windows color (decimal): -12430983 or 7950658. OLE color: 7950658.

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

Color convert

RGB6681121-
CMYK0.450.3300.53
HSL223.64º29.41%36.67%-
HSV(B)223.64º45.45%47.45%-
XYZ8.648.4219.26-
YUV81.07150.53117.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=24.63%
G=30.22%
B=45.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66811210.450.3300.53223.6429.4136.67
Hex4251792D21035e01d25
Octal10212117155410653403545
Binary10000101010001111100110110110000101101011110000011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425179; }

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

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

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

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

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

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

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

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