Html Css Color HEX #455076 Astronaut

📋 copy color: '#455076'

red 69 ◦ green 80 ◦ blue 118

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

Shades of Astronaut #455076

Tints of Astronaut #455076

RGB

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

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

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

R = 25.84%
G = 29.96%
B = 44.19%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#455076 (or 0x455076) is known color: Astronaut. HEX triplet: 45, 50 and 76. RGB value is (69,80,118). Sum of RGB (Red+Green+Blue) = 69+80+118=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #455076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455076 is #BAAF89. Grayscale: #505050. Windows color (decimal): -12234634 or 7753797. OLE color: 7753797.

HSL color Cylindrical-coordinate representation of color #455076: hue angle of 226.53º 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 #455076 is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 80 118 -
CMYK 0.42 0.32 0 0.54
HSL 226.53º 0.26% 0.37% -
HSV(B) 226.53º 0.42% 0.46% -
XYZ 8.59 8.31 18.29 -
YUV 81.04 148.86 119.41 -
System Red Green Blue C M Y K H S L
Decimal 69 80 118 0.42 0.32 0 0.54 226.53 0.26 0.37
Hex 45 50 76 2A 20 0 36 E3 1A 25
Octal 105 120 166 52 40 0 66 343 32 45
Binary 1000101 1010000 1110110 101010 100000 0 110110 11100011 11010 100101

Color Harmonies of #455076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455076

Black with #455076

Text Example


Text Example

White with #455076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455076; }

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

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

background-color css

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

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

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

border-color css

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

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

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