Html Css Color HEX #445177 Astronaut

📋 copy color: '#445177'

red 68 ◦ green 81 ◦ blue 119

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

Shades of Astronaut #445177

Tints of Astronaut #445177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 44.4%

R = 25.37%
G = 30.22%
B = 44.4%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445177 (or 0x445177) is known color: Astronaut. HEX triplet: 44, 51 and 77. RGB value is (68,81,119). Sum of RGB (Red+Green+Blue) = 68+81+119=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #445177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445177 is #BBAE88. Grayscale: #515151. Windows color (decimal): -12299913 or 7819588. OLE color: 7819588.

HSL color Cylindrical-coordinate representation of color #445177: hue angle of 224.71º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #445177 is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 81 119 -
CMYK 0.43 0.32 0 0.53
HSL 224.71º 0.27% 0.37% -
HSV(B) 224.71º 0.43% 0.47% -
XYZ 8.66 8.45 18.63 -
YUV 81.45 149.19 118.41 -
System Red Green Blue C M Y K H S L
Decimal 68 81 119 0.43 0.32 0 0.53 224.71 0.27 0.37
Hex 44 51 77 2B 20 0 35 E1 1B 25
Octal 104 121 167 53 40 0 65 341 33 45
Binary 1000100 1010001 1110111 101011 100000 0 110101 11100001 11011 100101

Color Harmonies of #445177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445177

Black with #445177

Text Example


Text Example

White with #445177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445177; }

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

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

background-color css

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

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

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

border-color css

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

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

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