Html Css Color HEX #455072 Astronaut

📋 copy color: '#455072'

red 69 ◦ green 80 ◦ blue 114

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

Shades of Astronaut #455072

Tints of Astronaut #455072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 43.35%

R = 26.24%
G = 30.42%
B = 43.35%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#455072 (or 0x455072) is known color: Astronaut. HEX triplet: 45, 50 and 72. RGB value is (69,80,114). Sum of RGB (Red+Green+Blue) = 69+80+114=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #455072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455072 is #BAAF8D. Grayscale: #505050. Windows color (decimal): -12234638 or 7491653. OLE color: 7491653.

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

Color convert

RGB 69 80 114 -
CMYK 0.39 0.30 0 0.55
HSL 225.33º 0.25% 0.36% -
HSV(B) 225.33º 0.39% 0.45% -
XYZ 8.36 8.22 17.07 -
YUV 80.59 146.86 119.74 -
System Red Green Blue C M Y K H S L
Decimal 69 80 114 0.39 0.30 0 0.55 225.33 0.25 0.36
Hex 45 50 72 27 1E 0 37 E1 19 24
Octal 105 120 162 47 36 0 67 341 31 44
Binary 1000101 1010000 1110010 100111 11110 0 110111 11100001 11001 100100

Color Harmonies of #455072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455072

Black with #455072

Text Example


Text Example

White with #455072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455072; }

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

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

background-color css

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

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

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

border-color css

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

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

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