#455277

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

Shades of Astronaut #455277

Tints of Astronaut #455277

Color information

#455277 (or 0x455277) is unknown color: approx Astronaut. HEX triplet: 45, 52 and 77. RGB value is (69,82,119). Sum of RGB (Red+Green+Blue) = 69+82+119=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 119 - color contains mainly: blue. Hex color #455277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455277 is #BAAD88. Grayscale: #525252. Windows color (decimal): -12234121 or 7819845. OLE color: 7819845.

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

Color convert

RGB6982119-
CMYK0.420.3100.53
HSL224.4º26.6%36.86%-
HSV(B)224.4º42.02%46.67%-
XYZ8.88.6318.65-
YUV82.33148.69118.49-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 82 (32.42% from 255) = 30.37%
BLUE value IS 119 (46.88% from 255) = 44.07%
R=25.56%
G=30.37%
B=44.07%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal69821190.420.3100.53224.426.636.86
Hex4552772A1F035e01b25
Octal10512216752370653403345
Binary1000101101001011101111010101111101101011110000011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455277; }

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

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

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

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

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

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

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

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