Html Css Color HEX #455270 Astronaut

📋 copy color: '#455270'

red 69 ◦ green 82 ◦ blue 112

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

Shades of Astronaut #455270

Tints of Astronaut #455270

RGB

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

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

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

R = 26.24%
G = 31.18%
B = 42.59%

CMYK

 C value IS 0.38

 M value IS 0.27

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#455270 (or 0x455270) is known color: Astronaut. HEX triplet: 45, 52 and 70. RGB value is (69,82,112). Sum of RGB (Red+Green+Blue) = 69+82+112=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #455270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455270 is #BAAD8F. Grayscale: #515151. Windows color (decimal): -12234128 or 7361093. OLE color: 7361093.

HSL color Cylindrical-coordinate representation of color #455270: hue angle of 221.86º 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 #455270 is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 69 82 112 -
CMYK 0.38 0.27 0 0.56
HSL 221.86º 0.24% 0.35% -
HSV(B) 221.86º 0.38% 0.44% -
XYZ 8.4 8.47 16.52 -
YUV 81.53 145.19 119.06 -
System Red Green Blue C M Y K H S L
Decimal 69 82 112 0.38 0.27 0 0.56 221.86 0.24 0.35
Hex 45 52 70 26 1B 0 38 DE 18 23
Octal 105 122 160 46 33 0 70 336 30 43
Binary 1000101 1010010 1110000 100110 11011 0 111000 11011110 11000 100011

Color Harmonies of #455270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455270

Black with #455270

Text Example


Text Example

White with #455270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455270; }

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

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

background-color css

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

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

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

border-color css

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

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

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