Html Css Color HEX #445473 Astronaut

📋 copy color: '#445473'

red 68 ◦ green 84 ◦ blue 115

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

Shades of Astronaut #445473

Tints of Astronaut #445473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

 BLUE value IS 115 (45.31% from 255) = 43.07%

R = 25.47%
G = 31.46%
B = 43.07%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#445473 (or 0x445473) is known color: Astronaut. HEX triplet: 44, 54 and 73. RGB value is (68,84,115). Sum of RGB (Red+Green+Blue) = 68+84+115=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 115 (45.31% from 255 or 43.07% from 267); Max value from RGB is 115 - color contains mainly: blue. Hex color #445473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445473 is #BBAB8C. Grayscale: #525252. Windows color (decimal): -12299149 or 7558212. OLE color: 7558212.

HSL color Cylindrical-coordinate representation of color #445473: hue angle of 219.57º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445473 is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 84 115 -
CMYK 0.41 0.27 0 0.55
HSL 219.57º 0.26% 0.36% -
HSV(B) 219.57º 0.41% 0.45% -
XYZ 8.65 8.81 17.46 -
YUV 82.75 146.2 117.48 -
System Red Green Blue C M Y K H S L
Decimal 68 84 115 0.41 0.27 0 0.55 219.57 0.26 0.36
Hex 44 54 73 29 1B 0 37 DC 1A 24
Octal 104 124 163 51 33 0 67 334 32 44
Binary 1000100 1010100 1110011 101001 11011 0 110111 11011100 11010 100100

Color Harmonies of #445473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445473

Black with #445473

Text Example


Text Example

White with #445473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445473; }

 p { color: rgb(68,84,115); }

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

background-color css

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

 a { background-color: rgb(68,84,115); }

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

border-color css

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

 span { border-color: rgb(68,84,115); }

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