Html Css Color HEX #455071 Astronaut

📋 copy color: '#455071'

red 69 ◦ green 80 ◦ blue 113

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

Shades of Astronaut #455071

Tints of Astronaut #455071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.53%

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

R = 26.34%
G = 30.53%
B = 43.13%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#455071 (or 0x455071) is known color: Astronaut. HEX triplet: 45, 50 and 71. RGB value is (69,80,113). Sum of RGB (Red+Green+Blue) = 69+80+113=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #455071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455071 is #BAAF8E. Grayscale: #505050. Windows color (decimal): -12234639 or 7426117. OLE color: 7426117.

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

Color convert

RGB 69 80 113 -
CMYK 0.39 0.29 0 0.56
HSL 225º 0.24% 0.36% -
HSV(B) 225º 0.39% 0.44% -
XYZ 8.3 8.19 16.77 -
YUV 80.47 146.36 119.82 -
System Red Green Blue C M Y K H S L
Decimal 69 80 113 0.39 0.29 0 0.56 225 0.24 0.36
Hex 45 50 71 27 1D 0 38 E1 18 24
Octal 105 120 161 47 35 0 70 341 30 44
Binary 1000101 1010000 1110001 100111 11101 0 111000 11100001 11000 100100

Color Harmonies of #455071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455071

Black with #455071

Text Example


Text Example

White with #455071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455071; }

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

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

background-color css

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

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

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

border-color css

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

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

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