#425173

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

Shades of Astronaut #425173

Tints of Astronaut #425173

Color information

#425173 (or 0x425173) is unknown color: approx Astronaut. HEX triplet: 42, 51 and 73. RGB value is (66,81,115). Sum of RGB (Red+Green+Blue) = 66+81+115=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #425173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425173 is #BDAE8C. Grayscale: #505050. Windows color (decimal): -12430989 or 7557442. OLE color: 7557442.

HSL color Cylindrical-coordinate representation of color #425173: hue angle of 221.63º 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 #425173 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6681115-
CMYK0.430.3000.55
HSL221.63º27.07%35.49%-
HSV(B)221.63º42.61%45.1%-
XYZ8.288.2817.38-
YUV80.39147.53117.74-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=25.19%
G=30.92%
B=43.89%

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
Decimal66811150.430.3000.55221.6327.0735.49
Hex4251732B1E037de1b23
Octal10212116353360673363343
Binary1000010101000111100111010111111001101111101111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425173; }

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

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

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

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

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

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

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

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