Html Css Color HEX #445172 Astronaut

📋 copy color: '#445172'

red 68 ◦ green 81 ◦ blue 114

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

Shades of Astronaut #445172

Tints of Astronaut #445172

RGB

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

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

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

R = 25.86%
G = 30.8%
B = 43.35%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445172 (or 0x445172) is known color: Astronaut. HEX triplet: 44, 51 and 72. RGB value is (68,81,114). Sum of RGB (Red+Green+Blue) = 68+81+114=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 81 (32.03% from 255 or 30.80% 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 #445172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445172 is #BBAE8D. Grayscale: #505050. Windows color (decimal): -12299918 or 7491908. OLE color: 7491908.

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

Color convert

RGB 68 81 114 -
CMYK 0.40 0.29 0 0.55
HSL 223.04º 0.25% 0.36% -
HSV(B) 223.04º 0.4% 0.45% -
XYZ 8.36 8.33 17.09 -
YUV 80.88 146.69 118.82 -
System Red Green Blue C M Y K H S L
Decimal 68 81 114 0.40 0.29 0 0.55 223.04 0.25 0.36
Hex 44 51 72 28 1D 0 37 DF 19 24
Octal 104 121 162 50 35 0 67 337 31 44
Binary 1000100 1010001 1110010 101000 11101 0 110111 11011111 11001 100100

Color Harmonies of #445172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445172

Black with #445172

Text Example


Text Example

White with #445172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445172; }

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

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

background-color css

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

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

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

border-color css

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

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

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