Html Css Color HEX #445176 Astronaut

📋 copy color: '#445176'

red 68 ◦ green 81 ◦ blue 118

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

Shades of Astronaut #445176

Tints of Astronaut #445176

RGB

 RED value IS 68 (26.95% from 255) = 25.47%

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

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

R = 25.47%
G = 30.34%
B = 44.19%

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

#445176 (or 0x445176) is known color: Astronaut. HEX triplet: 44, 51 and 76. RGB value is (68,81,118). Sum of RGB (Red+Green+Blue) = 68+81+118=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #445176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445176 is #BBAE89. Grayscale: #515151. Windows color (decimal): -12299914 or 7754052. OLE color: 7754052.

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

Color convert

RGB 68 81 118 -
CMYK 0.42 0.31 0 0.54
HSL 224.4º 0.27% 0.36% -
HSV(B) 224.4º 0.42% 0.46% -
XYZ 8.6 8.42 18.31 -
YUV 81.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 68 81 118 0.42 0.31 0 0.54 224.4 0.27 0.36
Hex 44 51 76 2A 1F 0 36 E0 1B 24
Octal 104 121 166 52 37 0 66 340 33 44
Binary 1000100 1010001 1110110 101010 11111 0 110110 11100000 11011 100100

Color Harmonies of #445176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445176

Black with #445176

Text Example


Text Example

White with #445176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445176; }

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

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

background-color css

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

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

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

border-color css

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

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

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