Html Css Color HEX #455079 Astronaut

📋 copy color: '#455079'

red 69 ◦ green 80 ◦ blue 121

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

Shades of Astronaut #455079

Tints of Astronaut #455079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.81%

R = 25.56%
G = 29.63%
B = 44.81%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#455079 (or 0x455079) is known color: Astronaut. HEX triplet: 45, 50 and 79. RGB value is (69,80,121). Sum of RGB (Red+Green+Blue) = 69+80+121=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 121 - color contains mainly: blue. Hex color #455079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455079 is #BAAF86. Grayscale: #515151. Windows color (decimal): -12234631 or 7950405. OLE color: 7950405.

HSL color Cylindrical-coordinate representation of color #455079: hue angle of 227.31º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #455079 is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 69 80 121 -
CMYK 0.43 0.34 0 0.53
HSL 227.31º 0.27% 0.37% -
HSV(B) 227.31º 0.43% 0.47% -
XYZ 8.77 8.38 19.24 -
YUV 81.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 69 80 121 0.43 0.34 0 0.53 227.31 0.27 0.37
Hex 45 50 79 2B 22 0 35 E3 1B 25
Octal 105 120 171 53 42 0 65 343 33 45
Binary 1000101 1010000 1111001 101011 100010 0 110101 11100011 11011 100101

Color Harmonies of #455079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455079

Black with #455079

Text Example


Text Example

White with #455079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455079; }

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

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

background-color css

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

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

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

border-color css

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

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

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