Html Css Color HEX #455276 Astronaut

📋 copy color: '#455276'

red 69 ◦ green 82 ◦ blue 118

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

Shades of Astronaut #455276

Tints of Astronaut #455276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 25.65%
G = 30.48%
B = 43.87%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#455276 (or 0x455276) is known color: Astronaut. HEX triplet: 45, 52 and 76. RGB value is (69,82,118). Sum of RGB (Red+Green+Blue) = 69+82+118=269 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.65% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #455276 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455276 is #BAAD89. Grayscale: #525252. Windows color (decimal): -12234122 or 7754309. OLE color: 7754309.

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

Color convert

RGB 69 82 118 -
CMYK 0.42 0.31 0 0.54
HSL 224.08º 0.26% 0.37% -
HSV(B) 224.08º 0.42% 0.46% -
XYZ 8.74 8.61 18.34 -
YUV 82.22 148.19 118.57 -
System Red Green Blue C M Y K H S L
Decimal 69 82 118 0.42 0.31 0 0.54 224.08 0.26 0.37
Hex 45 52 76 2A 1F 0 36 E0 1A 25
Octal 105 122 166 52 37 0 66 340 32 45
Binary 1000101 1010010 1110110 101010 11111 0 110110 11100000 11010 100101

Color Harmonies of #455276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455276

Black with #455276

Text Example


Text Example

White with #455276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455276; }

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

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

background-color css

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

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

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

border-color css

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

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

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