Html Css Color HEX #455280 Astronaut

📋 copy color: '#455280'

red 69 ◦ green 82 ◦ blue 128

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

Shades of Astronaut #455280

Tints of Astronaut #455280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.39%

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

R = 24.73%
G = 29.39%
B = 45.88%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#455280 (or 0x455280) is known color: Astronaut. HEX triplet: 45, 52 and 80. RGB value is (69,82,128). Sum of RGB (Red+Green+Blue) = 69+82+128=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 128 - color contains mainly: blue. Hex color #455280 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455280 is #BAAD7F. Grayscale: #535353. Windows color (decimal): -12234112 or 8409669. OLE color: 8409669.

HSL color Cylindrical-coordinate representation of color #455280: hue angle of 226.78º 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 #455280 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 69 82 128 -
CMYK 0.46 0.36 0 0.50
HSL 226.78º 0.3% 0.39% -
HSV(B) 226.78º 0.46% 0.5% -
XYZ 9.37 8.86 21.64 -
YUV 83.36 153.19 117.76 -
System Red Green Blue C M Y K H S L
Decimal 69 82 128 0.46 0.36 0 0.50 226.78 0.3 0.39
Hex 45 52 80 2E 24 0 32 E3 1E 27
Octal 105 122 200 56 44 0 62 343 36 47
Binary 1000101 1010010 10000000 101110 100100 0 110010 11100011 11110 100111

Color Harmonies of #455280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455280

Black with #455280

Text Example


Text Example

White with #455280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455280; }

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

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

background-color css

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

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

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

border-color css

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

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

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