#425073

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

Shades of Astronaut #425073

Tints of Astronaut #425073

Color information

#425073 (or 0x425073) is unknown color: approx Astronaut. HEX triplet: 42, 50 and 73. RGB value is (66,80,115). Sum of RGB (Red+Green+Blue) = 66+80+115=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 115 - color contains mainly: blue. Hex color #425073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425073 is #BDAF8C. Grayscale: #4F4F4F. Windows color (decimal): -12431245 or 7557186. OLE color: 7557186.

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

Color convert

RGB6680115-
CMYK0.430.3000.55
HSL222.86º27.07%35.49%-
HSV(B)222.86º42.61%45.1%-
XYZ8.218.1317.36-
YUV79.8147.86118.15-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 115 (45.31% from 255) = 44.06%
R=25.29%
G=30.65%
B=44.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66801150.430.3000.55222.8627.0735.49
Hex4250732B1E037df1b23
Octal10212016353360673373343
Binary1000010101000011100111010111111001101111101111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425073; }

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

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

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

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

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

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

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

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