Html Css Color HEX #443474 Windsor

📋 copy color: '#443474'

red 68 ◦ green 52 ◦ blue 116

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

Shades of Windsor #443474

Tints of Windsor #443474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.15%

R = 28.81%
G = 22.03%
B = 49.15%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#443474 (or 0x443474) is known color: Windsor. HEX triplet: 44, 34 and 74. RGB value is (68,52,116). Sum of RGB (Red+Green+Blue) = 68+52+116=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #443474 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443474 is #BBCB8B. Grayscale: #3F3F3F. Windows color (decimal): -12307340 or 7615556. OLE color: 7615556.

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

Color convert

RGB 68 52 116 -
CMYK 0.41 0.55 0 0.55
HSL 255º 0.38% 0.33% -
HSV(B) 255º 0.55% 0.45% -
XYZ 6.76 4.95 17.12 -
YUV 64.08 157.3 130.8 -
System Red Green Blue C M Y K H S L
Decimal 68 52 116 0.41 0.55 0 0.55 255 0.38 0.33
Hex 44 34 74 29 37 0 37 FF 26 21
Octal 104 64 164 51 67 0 67 377 46 41
Binary 1000100 110100 1110100 101001 110111 0 110111 11111111 100110 100001

Color Harmonies of #443474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443474

Black with #443474

Text Example


Text Example

White with #443474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443474; }

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

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

background-color css

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

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

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

border-color css

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

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

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