Html Css Color HEX #443273 Windsor

📋 copy color: '#443273'

red 68 ◦ green 50 ◦ blue 115

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

Shades of Windsor #443273

Tints of Windsor #443273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

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

R = 29.18%
G = 21.46%
B = 49.36%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#443273 (or 0x443273) is known color: Windsor. HEX triplet: 44, 32 and 73. RGB value is (68,50,115). Sum of RGB (Red+Green+Blue) = 68+50+115=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 115 (45.31% from 255 or 49.36% from 233); Max value from RGB is 115 - color contains mainly: blue. Hex color #443273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443273 is #BBCD8C. Grayscale: #3E3E3E. Windows color (decimal): -12307853 or 7549508. OLE color: 7549508.

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

Color convert

RGB 68 50 115 -
CMYK 0.41 0.57 0 0.55
HSL 256.62º 0.39% 0.32% -
HSV(B) 256.62º 0.57% 0.45% -
XYZ 6.62 4.75 16.79 -
YUV 62.79 157.46 131.71 -
System Red Green Blue C M Y K H S L
Decimal 68 50 115 0.41 0.57 0 0.55 256.62 0.39 0.32
Hex 44 32 73 29 39 0 37 101 27 20
Octal 104 62 163 51 71 0 67 401 47 40
Binary 1000100 110010 1110011 101001 111001 0 110111 100000001 100111 100000

Color Harmonies of #443273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443273

Black with #443273

Text Example


Text Example

White with #443273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443273; }

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

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

background-color css

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

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

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

border-color css

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

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

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