Html Css Color HEX #445079 Astronaut

📋 copy color: '#445079'

red 68 ◦ green 80 ◦ blue 121

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

Shades of Astronaut #445079

Tints of Astronaut #445079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.98%

R = 25.28%
G = 29.74%
B = 44.98%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#445079 (or 0x445079) is known color: Astronaut. HEX triplet: 44, 50 and 79. RGB value is (68,80,121). Sum of RGB (Red+Green+Blue) = 68+80+121=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #445079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445079 is #BBAF86. Grayscale: #505050. Windows color (decimal): -12300167 or 7950404. OLE color: 7950404.

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

Color convert

RGB 68 80 121 -
CMYK 0.44 0.34 0 0.53
HSL 226.42º 0.28% 0.37% -
HSV(B) 226.42º 0.44% 0.47% -
XYZ 8.7 8.35 19.24 -
YUV 81.09 150.52 118.67 -
System Red Green Blue C M Y K H S L
Decimal 68 80 121 0.44 0.34 0 0.53 226.42 0.28 0.37
Hex 44 50 79 2C 22 0 35 E2 1C 25
Octal 104 120 171 54 42 0 65 342 34 45
Binary 1000100 1010000 1111001 101100 100010 0 110101 11100010 11100 100101

Color Harmonies of #445079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445079

Black with #445079

Text Example


Text Example

White with #445079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445079; }

 p { color: rgb(68,80,121); }

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

background-color css

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

 a { background-color: rgb(68,80,121); }

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

border-color css

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

 span { border-color: rgb(68,80,121); }

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