#425379

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

Shades of Astronaut #425379

Tints of Astronaut #425379

Color information

#425379 (or 0x425379) is unknown color: approx Astronaut. HEX triplet: 42, 53 and 79. RGB value is (66,83,121). Sum of RGB (Red+Green+Blue) = 66+83+121=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #425379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425379 is #BDAC86. Grayscale: #525252. Windows color (decimal): -12430471 or 7951170. OLE color: 7951170.

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

Color convert

RGB6683121-
CMYK0.450.3100.53
HSL221.45º29.41%36.67%-
HSV(B)221.45º45.45%47.45%-
XYZ8.798.7319.31-
YUV82.25149.87116.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=24.44%
G=30.74%
B=44.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66831210.450.3100.53221.4529.4136.67
Hex4253792D1F035dd1d25
Octal10212317155370653353545
Binary1000010101001111110011011011111101101011101110111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425379; }

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

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

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

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

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

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

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

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