Html Css Color HEX #443472 Windsor

📋 copy color: '#443472'

red 68 ◦ green 52 ◦ blue 114

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

Shades of Windsor #443472

Tints of Windsor #443472

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.22%

 BLUE value IS 114 (44.92% from 255) = 48.72%

R = 29.06%
G = 22.22%
B = 48.72%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#443472 (or 0x443472) is known color: Windsor. HEX triplet: 44, 34 and 72. RGB value is (68,52,114). Sum of RGB (Red+Green+Blue) = 68+52+114=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #443472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443472 is #BBCB8D. Grayscale: #3F3F3F. Windows color (decimal): -12307342 or 7484484. OLE color: 7484484.

HSL color Cylindrical-coordinate representation of color #443472: hue angle of 255.48º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #443472 is Cyan = 0.40, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 52 114 -
CMYK 0.40 0.54 0 0.55
HSL 255.48º 0.37% 0.33% -
HSV(B) 255.48º 0.54% 0.45% -
XYZ 6.65 4.9 16.51 -
YUV 63.85 156.3 130.96 -
System Red Green Blue C M Y K H S L
Decimal 68 52 114 0.40 0.54 0 0.55 255.48 0.37 0.33
Hex 44 34 72 28 36 0 37 FF 25 21
Octal 104 64 162 50 66 0 67 377 45 41
Binary 1000100 110100 1110010 101000 110110 0 110111 11111111 100101 100001

Color Harmonies of #443472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443472

Black with #443472

Text Example


Text Example

White with #443472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443472; }

 p { color: rgb(68,52,114); }

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

background-color css

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

 a { background-color: rgb(68,52,114); }

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

border-color css

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

 span { border-color: rgb(68,52,114); }

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