Html Css Color HEX #445071 Astronaut

📋 copy color: '#445071'

red 68 ◦ green 80 ◦ blue 113

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

Shades of Astronaut #445071

Tints of Astronaut #445071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.3%

R = 26.05%
G = 30.65%
B = 43.3%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#445071 (or 0x445071) is known color: Astronaut. HEX triplet: 44, 50 and 71. RGB value is (68,80,113). Sum of RGB (Red+Green+Blue) = 68+80+113=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 113 (44.53% from 255 or 43.30% from 261); Max value from RGB is 113 - color contains mainly: blue. Hex color #445071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445071 is #BBAF8E. Grayscale: #505050. Windows color (decimal): -12300175 or 7426116. OLE color: 7426116.

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

Color convert

RGB 68 80 113 -
CMYK 0.40 0.29 0 0.56
HSL 224º 0.25% 0.35% -
HSV(B) 224º 0.4% 0.44% -
XYZ 8.23 8.16 16.76 -
YUV 80.17 146.52 119.32 -
System Red Green Blue C M Y K H S L
Decimal 68 80 113 0.40 0.29 0 0.56 224 0.25 0.35
Hex 44 50 71 28 1D 0 38 E0 19 23
Octal 104 120 161 50 35 0 70 340 31 43
Binary 1000100 1010000 1110001 101000 11101 0 111000 11100000 11001 100011

Color Harmonies of #445071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445071

Black with #445071

Text Example


Text Example

White with #445071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445071; }

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

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

background-color css

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

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

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

border-color css

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

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

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