Html Css Color HEX #455176 Astronaut

📋 copy color: '#455176'

red 69 ◦ green 81 ◦ blue 118

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

Shades of Astronaut #455176

Tints of Astronaut #455176

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.22%

 BLUE value IS 118 (46.48% from 255) = 44.03%

R = 25.75%
G = 30.22%
B = 44.03%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#455176 (or 0x455176) is known color: Astronaut. HEX triplet: 45, 51 and 76. RGB value is (69,81,118). Sum of RGB (Red+Green+Blue) = 69+81+118=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 118 - color contains mainly: blue. Hex color #455176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455176 is #BAAE89. Grayscale: #515151. Windows color (decimal): -12234378 or 7754053. OLE color: 7754053.

HSL color Cylindrical-coordinate representation of color #455176: hue angle of 225.31º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #455176 is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 69 81 118 -
CMYK 0.42 0.31 0 0.54
HSL 225.31º 0.26% 0.37% -
HSV(B) 225.31º 0.42% 0.46% -
XYZ 8.67 8.46 18.32 -
YUV 81.63 148.52 118.99 -
System Red Green Blue C M Y K H S L
Decimal 69 81 118 0.42 0.31 0 0.54 225.31 0.26 0.37
Hex 45 51 76 2A 1F 0 36 E1 1A 25
Octal 105 121 166 52 37 0 66 341 32 45
Binary 1000101 1010001 1110110 101010 11111 0 110110 11100001 11010 100101

Color Harmonies of #455176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455176

Black with #455176

Text Example


Text Example

White with #455176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455176; }

 p { color: rgb(69,81,118); }

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

background-color css

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

 a { background-color: rgb(69,81,118); }

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

border-color css

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

 span { border-color: rgb(69,81,118); }

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