#425075

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

Shades of Astronaut #425075

Tints of Astronaut #425075

Color information

#425075 (or 0x425075) is unknown color: approx Astronaut. HEX triplet: 42, 50 and 75. RGB value is (66,80,117). Sum of RGB (Red+Green+Blue) = 66+80+117=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 117 - color contains mainly: blue. Hex color #425075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #425075 is #BDAF8A. Grayscale: #4F4F4F. Windows color (decimal): -12431243 or 7688258. OLE color: 7688258.

HSL color Cylindrical-coordinate representation of color #425075: hue angle of 223.53º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #425075 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6680117-
CMYK0.440.3200.54
HSL223.53º27.87%35.88%-
HSV(B)223.53º43.59%45.88%-
XYZ8.338.1817.97-
YUV80.03148.86117.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 117 (46.09% from 255) = 44.49%
R=25.10%
G=30.42%
B=44.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66801170.440.3200.54223.5327.8735.88
Hex4250752C20036e01c24
Octal10212016554400663403444
Binary10000101010000111010110110010000001101101110000011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425075; }

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

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

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

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

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

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

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

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