#445275

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

Shades of Astronaut #445275

Tints of Astronaut #445275

Color information

#445275 (or 0x445275) is unknown color: approx Astronaut. HEX triplet: 44, 52 and 75. RGB value is (68,82,117). Sum of RGB (Red+Green+Blue) = 68+82+117=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 117 - color contains mainly: blue. Hex color #445275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445275 is #BBAD8A. Grayscale: #515151. Windows color (decimal): -12299659 or 7688772. OLE color: 7688772.

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

Color convert

RGB6882117-
CMYK0.420.3000.54
HSL222.86º26.49%36.27%-
HSV(B)222.86º41.88%45.88%-
XYZ8.618.5518.03-
YUV81.8147.86118.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.47%
GREEN value IS 82 (32.42% from 255) = 30.71%
BLUE value IS 117 (46.09% from 255) = 43.82%
R=25.47%
G=30.71%
B=43.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68821170.420.3000.54222.8626.4936.27
Hex4452752A1E036df1a24
Octal10412216552360663373244
Binary1000100101001011101011010101111001101101101111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445275; }

 p { color: rgb(68,82,117); }

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

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

 a { background-color: rgb(68,82,117); }

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

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

 span { border-color: rgb(68,82,117); }

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