Html Css Color HEX #443176 Windsor

📋 copy color: '#443176'

red 68 ◦ green 49 ◦ blue 118

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

Shades of Windsor #443176

Tints of Windsor #443176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.85%

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

R = 28.94%
G = 20.85%
B = 50.21%

CMYK

 C value IS 0.42

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#443176 (or 0x443176) is known color: Windsor. HEX triplet: 44, 31 and 76. RGB value is (68,49,118). Sum of RGB (Red+Green+Blue) = 68+49+118=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #443176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443176 is #BBCE89. Grayscale: #3E3E3E. Windows color (decimal): -12308106 or 7745860. OLE color: 7745860.

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

Color convert

RGB 68 49 118 -
CMYK 0.42 0.58 0 0.54
HSL 256.52º 0.41% 0.33% -
HSV(B) 256.52º 0.58% 0.46% -
XYZ 6.75 4.73 17.7 -
YUV 62.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 68 49 118 0.42 0.58 0 0.54 256.52 0.41 0.33
Hex 44 31 76 2A 3A 0 36 101 29 21
Octal 104 61 166 52 72 0 66 401 51 41
Binary 1000100 110001 1110110 101010 111010 0 110110 100000001 101001 100001

Color Harmonies of #443176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443176

Black with #443176

Text Example


Text Example

White with #443176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443176; }

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

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

background-color css

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

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

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

border-color css

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

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

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