Html Css Color HEX #455370 Astronaut

📋 copy color: '#455370'

red 69 ◦ green 83 ◦ blue 112

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

Shades of Astronaut #455370

Tints of Astronaut #455370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 42.42%

R = 26.14%
G = 31.44%
B = 42.42%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#455370 (or 0x455370) is known color: Astronaut. HEX triplet: 45, 53 and 70. RGB value is (69,83,112). Sum of RGB (Red+Green+Blue) = 69+83+112=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 112 - color contains mainly: blue. Hex color #455370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455370 is #BAAC8F. Grayscale: #515151. Windows color (decimal): -12233872 or 7361349. OLE color: 7361349.

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

Color convert

RGB 69 83 112 -
CMYK 0.38 0.26 0 0.56
HSL 220.47º 0.24% 0.35% -
HSV(B) 220.47º 0.38% 0.44% -
XYZ 8.47 8.62 16.55 -
YUV 82.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 69 83 112 0.38 0.26 0 0.56 220.47 0.24 0.35
Hex 45 53 70 26 1A 0 38 DC 18 23
Octal 105 123 160 46 32 0 70 334 30 43
Binary 1000101 1010011 1110000 100110 11010 0 111000 11011100 11000 100011

Color Harmonies of #455370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455370

Black with #455370

Text Example


Text Example

White with #455370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455370; }

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

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

background-color css

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

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

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

border-color css

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

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

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