#485075

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

Shades of Astronaut #485075

Tints of Astronaut #485075

Color information

#485075 (or 0x485075) is unknown color: approx Astronaut. HEX triplet: 48, 50 and 75. RGB value is (72,80,117). Sum of RGB (Red+Green+Blue) = 72+80+117=269 (35% of max value = 765). Red value is 72 (28.52% from 255 or 26.77% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #485075 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #485075 is #B7AF8A. Grayscale: #515151. Windows color (decimal): -12038027 or 7688264. OLE color: 7688264.

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

Color convert

RGB7280117-
CMYK0.380.3200.54
HSL229.33º23.81%37.06%-
HSV(B)229.33º38.46%45.88%-
XYZ8.758.417.99-
YUV81.83147.85120.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 26.77%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 117 (46.09% from 255) = 43.49%
R=26.77%
G=29.74%
B=43.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal72801170.380.3200.54229.3323.8137.06
Hex4850752620036e51825
Octal11012016546400663453045
Binary10010001010000111010110011010000001101101110010111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485075; }

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

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

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

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

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

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

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

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