Html Css Color HEX #445072 Astronaut

📋 copy color: '#445072'

red 68 ◦ green 80 ◦ blue 114

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

Shades of Astronaut #445072

Tints of Astronaut #445072

RGB

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

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

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

R = 25.95%
G = 30.53%
B = 43.51%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445072 (or 0x445072) is known color: Astronaut. HEX triplet: 44, 50 and 72. RGB value is (68,80,114). Sum of RGB (Red+Green+Blue) = 68+80+114=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 114 (44.92% from 255 or 43.51% from 262); Max value from RGB is 114 - color contains mainly: blue. Hex color #445072 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445072 is #BBAF8D. Grayscale: #505050. Windows color (decimal): -12300174 or 7491652. OLE color: 7491652.

HSL color Cylindrical-coordinate representation of color #445072: hue angle of 224.35º 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 #445072 is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 80 114 -
CMYK 0.40 0.30 0 0.55
HSL 224.35º 0.25% 0.36% -
HSV(B) 224.35º 0.4% 0.45% -
XYZ 8.29 8.18 17.06 -
YUV 80.29 147.02 119.24 -
System Red Green Blue C M Y K H S L
Decimal 68 80 114 0.40 0.30 0 0.55 224.35 0.25 0.36
Hex 44 50 72 28 1E 0 37 E0 19 24
Octal 104 120 162 50 36 0 67 340 31 44
Binary 1000100 1010000 1110010 101000 11110 0 110111 11100000 11001 100100

Color Harmonies of #445072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445072

Black with #445072

Text Example


Text Example

White with #445072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445072; }

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

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

background-color css

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

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

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

border-color css

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

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

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