#425072

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

Shades of Astronaut #425072

Tints of Astronaut #425072

Color information

#425072 (or 0x425072) is unknown color: approx Astronaut. HEX triplet: 42, 50 and 72. RGB value is (66,80,114). Sum of RGB (Red+Green+Blue) = 66+80+114=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #425072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425072 is #BDAF8D. Grayscale: #4F4F4F. Windows color (decimal): -12431246 or 7491650. OLE color: 7491650.

HSL color Cylindrical-coordinate representation of color #425072: hue angle of 222.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #425072 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6680114-
CMYK0.420.3000.55
HSL222.5º26.67%35.29%-
HSV(B)222.5º42.11%44.71%-
XYZ8.158.1117.06-
YUV79.69147.36118.24-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 80 (31.64% from 255) = 30.77%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=25.38%
G=30.77%
B=43.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66801140.420.3000.55222.526.6735.29
Hex4250722A1E037de1b23
Octal10212016252360673363343
Binary1000010101000011100101010101111001101111101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425072; }

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

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

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

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

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

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

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

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