Html Css Color HEX #445272 Astronaut

📋 copy color: '#445272'

red 68 ◦ green 82 ◦ blue 114

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

Shades of Astronaut #445272

Tints of Astronaut #445272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.06%

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

R = 25.76%
G = 31.06%
B = 43.18%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445272 (or 0x445272) is known color: Astronaut. HEX triplet: 44, 52 and 72. RGB value is (68,82,114). Sum of RGB (Red+Green+Blue) = 68+82+114=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #445272 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445272 is #BBAD8D. Grayscale: #515151. Windows color (decimal): -12299662 or 7492164. OLE color: 7492164.

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

Color convert

RGB 68 82 114 -
CMYK 0.40 0.28 0 0.55
HSL 221.74º 0.25% 0.36% -
HSV(B) 221.74º 0.4% 0.45% -
XYZ 8.44 8.48 17.11 -
YUV 81.46 146.36 118.4 -
System Red Green Blue C M Y K H S L
Decimal 68 82 114 0.40 0.28 0 0.55 221.74 0.25 0.36
Hex 44 52 72 28 1C 0 37 DE 19 24
Octal 104 122 162 50 34 0 67 336 31 44
Binary 1000100 1010010 1110010 101000 11100 0 110111 11011110 11001 100100

Color Harmonies of #445272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445272

Black with #445272

Text Example


Text Example

White with #445272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445272; }

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

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

background-color css

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

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

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

border-color css

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

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

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