Html Css Color HEX #443675 Windsor

📋 copy color: '#443675'

red 68 ◦ green 54 ◦ blue 117

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

Shades of Windsor #443675

Tints of Windsor #443675

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.59%

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

R = 28.45%
G = 22.59%
B = 48.95%

CMYK

 C value IS 0.42

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#443675 (or 0x443675) is known color: Windsor. HEX triplet: 44, 36 and 75. RGB value is (68,54,117). Sum of RGB (Red+Green+Blue) = 68+54+117=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 117 (46.09% from 255 or 48.95% from 239); Max value from RGB is 117 - color contains mainly: blue. Hex color #443675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443675 is #BBC98A. Grayscale: #414141. Windows color (decimal): -12306827 or 7681604. OLE color: 7681604.

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

Color convert

RGB 68 54 117 -
CMYK 0.42 0.54 0 0.54
HSL 253.33º 0.37% 0.34% -
HSV(B) 253.33º 0.54% 0.46% -
XYZ 6.91 5.15 17.46 -
YUV 65.37 157.14 129.88 -
System Red Green Blue C M Y K H S L
Decimal 68 54 117 0.42 0.54 0 0.54 253.33 0.37 0.34
Hex 44 36 75 2A 36 0 36 FD 25 22
Octal 104 66 165 52 66 0 66 375 45 42
Binary 1000100 110110 1110101 101010 110110 0 110110 11111101 100101 100010

Color Harmonies of #443675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443675

Black with #443675

Text Example


Text Example

White with #443675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443675; }

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

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

background-color css

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

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

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

border-color css

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

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

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