Html Css Color HEX #455471 Astronaut

📋 copy color: '#455471'

red 69 ◦ green 84 ◦ blue 113

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

Shades of Astronaut #455471

Tints of Astronaut #455471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.58%

 BLUE value IS 113 (44.53% from 255) = 42.48%

R = 25.94%
G = 31.58%
B = 42.48%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#455471 (or 0x455471) is known color: Astronaut. HEX triplet: 45, 54 and 71. RGB value is (69,84,113). Sum of RGB (Red+Green+Blue) = 69+84+113=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #455471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455471 is #BAAB8E. Grayscale: #525252. Windows color (decimal): -12233615 or 7427141. OLE color: 7427141.

HSL color Cylindrical-coordinate representation of color #455471: hue angle of 219.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455471 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 84 113 -
CMYK 0.39 0.26 0 0.56
HSL 219.55º 0.24% 0.36% -
HSV(B) 219.55º 0.39% 0.44% -
XYZ 8.61 8.8 16.87 -
YUV 82.82 145.03 118.14 -
System Red Green Blue C M Y K H S L
Decimal 69 84 113 0.39 0.26 0 0.56 219.55 0.24 0.36
Hex 45 54 71 27 1A 0 38 DC 18 24
Octal 105 124 161 47 32 0 70 334 30 44
Binary 1000101 1010100 1110001 100111 11010 0 111000 11011100 11000 100100

Color Harmonies of #455471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455471

Black with #455471

Text Example


Text Example

White with #455471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455471; }

 p { color: rgb(69,84,113); }

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

background-color css

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

 a { background-color: rgb(69,84,113); }

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

border-color css

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

 span { border-color: rgb(69,84,113); }

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