Html Css Color HEX #455080 Astronaut

📋 copy color: '#455080'

red 69 ◦ green 80 ◦ blue 128

#455080
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut #455080

Tints of Astronaut #455080

RGB

 RED value IS 69 (27.34% from 255) = 24.91%

 GREEN value IS 80 (31.64% from 255) = 28.88%

 BLUE value IS 128 (50.39% from 255) = 46.21%

R = 24.91%
G = 28.88%
B = 46.21%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#455080 (or 0x455080) is known color: Astronaut. HEX triplet: 45, 50 and 80. RGB value is (69,80,128). Sum of RGB (Red+Green+Blue) = 69+80+128=277 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.91% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 128 (50.39% from 255 or 46.21% from 277); Max value from RGB is 128 - color contains mainly: blue. Hex color #455080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455080 is #BAAF7F. Grayscale: #515151. Windows color (decimal): -12234624 or 8409157. OLE color: 8409157.

HSL color Cylindrical-coordinate representation of color #455080: hue angle of 228.81º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #455080 is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 80 128 -
CMYK 0.46 0.38 0 0.50
HSL 228.81º 0.3% 0.39% -
HSV(B) 228.81º 0.46% 0.5% -
XYZ 9.22 8.56 21.59 -
YUV 82.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 69 80 128 0.46 0.38 0 0.50 228.81 0.3 0.39
Hex 45 50 80 2E 26 0 32 E5 1E 27
Octal 105 120 200 56 46 0 62 345 36 47
Binary 1000101 1010000 10000000 101110 100110 0 110010 11100101 11110 100111

Color Harmonies of #455080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455080

Black with #455080

Text Example


Text Example

White with #455080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455080; }

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

 H1.HeaderClassName
 {
   color: #455080;
 }
 .AnyTagClassName
 {
   color: #455080;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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