Html Css Color HEX #455279 Astronaut

📋 copy color: '#455279'

red 69 ◦ green 82 ◦ blue 121

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

Shades of Astronaut #455279

Tints of Astronaut #455279

RGB

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

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

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

R = 25.37%
G = 30.15%
B = 44.49%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#455279 (or 0x455279) is known color: Astronaut. HEX triplet: 45, 52 and 79. RGB value is (69,82,121). Sum of RGB (Red+Green+Blue) = 69+82+121=272 (36% of max value = 765). Red value is 69 (27.34% from 255 or 25.37% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #455279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455279 is #BAAD86. Grayscale: #525252. Windows color (decimal): -12234119 or 7950917. OLE color: 7950917.

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

Color convert

RGB 69 82 121 -
CMYK 0.43 0.32 0 0.53
HSL 225º 0.27% 0.37% -
HSV(B) 225º 0.43% 0.47% -
XYZ 8.92 8.68 19.29 -
YUV 82.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 69 82 121 0.43 0.32 0 0.53 225 0.27 0.37
Hex 45 52 79 2B 20 0 35 E1 1B 25
Octal 105 122 171 53 40 0 65 341 33 45
Binary 1000101 1010010 1111001 101011 100000 0 110101 11100001 11011 100101

Color Harmonies of #455279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455279

Black with #455279

Text Example


Text Example

White with #455279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455279; }

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

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

background-color css

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

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

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

border-color css

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

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

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