Html Css Color HEX #445376 Astronaut

📋 copy color: '#445376'

red 68 ◦ green 83 ◦ blue 118

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

Shades of Astronaut #445376

Tints of Astronaut #445376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 25.28%
G = 30.86%
B = 43.87%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#445376 (or 0x445376) is known color: Astronaut. HEX triplet: 44, 53 and 76. RGB value is (68,83,118). Sum of RGB (Red+Green+Blue) = 68+83+118=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #445376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445376 is #BBAC89. Grayscale: #525252. Windows color (decimal): -12299402 or 7754564. OLE color: 7754564.

HSL color Cylindrical-coordinate representation of color #445376: hue angle of 222º degrees, saturation: 0.27, 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 #445376 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 83 118 -
CMYK 0.42 0.30 0 0.54
HSL 222º 0.27% 0.36% -
HSV(B) 222º 0.42% 0.46% -
XYZ 8.75 8.72 18.36 -
YUV 82.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 68 83 118 0.42 0.30 0 0.54 222 0.27 0.36
Hex 44 53 76 2A 1E 0 36 DE 1B 24
Octal 104 123 166 52 36 0 66 336 33 44
Binary 1000100 1010011 1110110 101010 11110 0 110110 11011110 11011 100100

Color Harmonies of #445376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445376

Black with #445376

Text Example


Text Example

White with #445376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445376; }

 p { color: rgb(68,83,118); }

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

background-color css

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

 a { background-color: rgb(68,83,118); }

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

border-color css

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

 span { border-color: rgb(68,83,118); }

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