Html Css Color HEX #445475 Astronaut

📋 copy color: '#445475'

red 68 ◦ green 84 ◦ blue 117

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

Shades of Astronaut #445475

Tints of Astronaut #445475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.49%

R = 25.28%
G = 31.23%
B = 43.49%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445475 (or 0x445475) is known color: Astronaut. HEX triplet: 44, 54 and 75. RGB value is (68,84,117). Sum of RGB (Red+Green+Blue) = 68+84+117=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #445475 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445475 is #BBAB8A. Grayscale: #525252. Windows color (decimal): -12299147 or 7689284. OLE color: 7689284.

HSL color Cylindrical-coordinate representation of color #445475: hue angle of 220.41º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445475 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 84 117 -
CMYK 0.42 0.28 0 0.54
HSL 220.41º 0.26% 0.36% -
HSV(B) 220.41º 0.42% 0.46% -
XYZ 8.77 8.85 18.08 -
YUV 82.98 147.2 117.32 -
System Red Green Blue C M Y K H S L
Decimal 68 84 117 0.42 0.28 0 0.54 220.41 0.26 0.36
Hex 44 54 75 2A 1C 0 36 DC 1A 24
Octal 104 124 165 52 34 0 66 334 32 44
Binary 1000100 1010100 1110101 101010 11100 0 110110 11011100 11010 100100

Color Harmonies of #445475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445475

Black with #445475

Text Example


Text Example

White with #445475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445475; }

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

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

background-color css

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

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

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

border-color css

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

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

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