#425071

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

Shades of Astronaut #425071

Tints of Astronaut #425071

Color information

#425071 (or 0x425071) is unknown color: approx Astronaut. HEX triplet: 42, 50 and 71. RGB value is (66,80,113). Sum of RGB (Red+Green+Blue) = 66+80+113=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #425071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425071 is #BDAF8E. Grayscale: #4F4F4F. Windows color (decimal): -12431247 or 7426114. OLE color: 7426114.

HSL color Cylindrical-coordinate representation of color #425071: hue angle of 222.13º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425071 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6680113-
CMYK0.420.2900.56
HSL222.13º26.26%35.1%-
HSV(B)222.13º41.59%44.31%-
XYZ8.18.0916.76-
YUV79.58146.86118.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.48%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=25.48%
G=30.89%
B=43.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66801130.420.2900.56222.1326.2635.1
Hex4250712A1D038de1a23
Octal10212016152350703363243
Binary1000010101000011100011010101110101110001101111011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425071; }

 p { color: rgb(66,80,113); }

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

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

 a { background-color: rgb(66,80,113); }

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

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

 span { border-color: rgb(66,80,113); }

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