#45507B

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

Shades of Astronaut #45507B

Tints of Astronaut #45507B

Color information

#45507B (or 0x45507B) is unknown color: approx Astronaut. HEX triplet: 45, 50 and 7B. RGB value is (69,80,123). Sum of RGB (Red+Green+Blue) = 69+80+123=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #45507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45507B is #BAAF84. Grayscale: #515151. Windows color (decimal): -12234629 or 8081477. OLE color: 8081477.

HSL color Cylindrical-coordinate representation of color #45507B: hue angle of 227.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45507B is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6980123-
CMYK0.440.3500.52
HSL227.78º28.12%37.65%-
HSV(B)227.78º43.9%48.24%-
XYZ8.98.4319.9-
YUV81.61151.36119-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.37%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=25.37%
G=29.41%
B=45.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69801230.440.3500.52227.7828.1237.65
Hex45507B2C23034e41c26
Octal10512017354430643443446
Binary10001011010000111101110110010001101101001110010011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45507B; }

 p { color: rgb(69,80,123); }

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

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

 a { background-color: rgb(69,80,123); }

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

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

 span { border-color: rgb(69,80,123); }

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