Html Css Color HEX #455373 Astronaut

📋 copy color: '#455373'

red 69 ◦ green 83 ◦ blue 115

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

Shades of Astronaut #455373

Tints of Astronaut #455373

RGB

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

 GREEN value IS 83 (32.81% from 255) = 31.09%

 BLUE value IS 115 (45.31% from 255) = 43.07%

R = 25.84%
G = 31.09%
B = 43.07%

CMYK

 C value IS 0.4

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#455373 (or 0x455373) is known color: Astronaut. HEX triplet: 45, 53 and 73. RGB value is (69,83,115). Sum of RGB (Red+Green+Blue) = 69+83+115=267 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.84% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #455373 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455373 is #BAAC8C. Grayscale: #525252. Windows color (decimal): -12233869 or 7557957. OLE color: 7557957.

HSL color Cylindrical-coordinate representation of color #455373: hue angle of 221.74º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #455373 is Cyan = 0.4, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 83 115 -
CMYK 0.4 0.28 0 0.55
HSL 221.74º 0.25% 0.36% -
HSV(B) 221.74º 0.4% 0.45% -
XYZ 8.64 8.69 17.44 -
YUV 82.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 69 83 115 0.4 0.28 0 0.55 221.74 0.25 0.36
Hex 45 53 73 28 1C 0 37 DE 19 24
Octal 105 123 163 50 34 0 67 336 31 44
Binary 1000101 1010011 1110011 101000 11100 0 110111 11011110 11001 100100

Color Harmonies of #455373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455373

Black with #455373

Text Example


Text Example

White with #455373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455373; }

 p { color: rgb(69,83,115); }

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

background-color css

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

 a { background-color: rgb(69,83,115); }

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

border-color css

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

 span { border-color: rgb(69,83,115); }

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