Html Css Color HEX #455475 Astronaut

📋 copy color: '#455475'

red 69 ◦ green 84 ◦ blue 117

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

Shades of Astronaut #455475

Tints of Astronaut #455475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.33%

R = 25.56%
G = 31.11%
B = 43.33%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#455475 (or 0x455475) is known color: Astronaut. HEX triplet: 45, 54 and 75. RGB value is (69,84,117). Sum of RGB (Red+Green+Blue) = 69+84+117=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #455475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455475 is #BAAB8A. Grayscale: #535353. Windows color (decimal): -12233611 or 7689285. OLE color: 7689285.

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

Color convert

RGB 69 84 117 -
CMYK 0.41 0.28 0 0.54
HSL 221.25º 0.26% 0.36% -
HSV(B) 221.25º 0.41% 0.46% -
XYZ 8.84 8.89 18.08 -
YUV 83.28 147.03 117.82 -
System Red Green Blue C M Y K H S L
Decimal 69 84 117 0.41 0.28 0 0.54 221.25 0.26 0.36
Hex 45 54 75 29 1C 0 36 DD 1A 24
Octal 105 124 165 51 34 0 66 335 32 44
Binary 1000101 1010100 1110101 101001 11100 0 110110 11011101 11010 100100

Color Harmonies of #455475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455475

Black with #455475

Text Example


Text Example

White with #455475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455475; }

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

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

background-color css

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

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

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

border-color css

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

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

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