#445277

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

Shades of Astronaut #445277

Tints of Astronaut #445277

Color information

#445277 (or 0x445277) is unknown color: approx Astronaut. HEX triplet: 44, 52 and 77. RGB value is (68,82,119). Sum of RGB (Red+Green+Blue) = 68+82+119=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #445277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445277 is #BBAD88. Grayscale: #515151. Windows color (decimal): -12299657 or 7819844. OLE color: 7819844.

HSL color Cylindrical-coordinate representation of color #445277: hue angle of 223.53º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445277 is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6882119-
CMYK0.430.3100.53
HSL223.53º27.27%36.67%-
HSV(B)223.53º42.86%46.67%-
XYZ8.738.618.65-
YUV82.03148.86117.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 119 (46.88% from 255) = 44.24%
R=25.28%
G=30.48%
B=44.24%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68821190.430.3100.53223.5327.2736.67
Hex4452772B1F035e01b25
Octal10412216753370653403345
Binary1000100101001011101111010111111101101011110000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445277; }

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

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

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

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

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

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

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

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