Html Css Color HEX #4C3284 Windsor

📋 copy color: '#4C3284'

red 76 ◦ green 50 ◦ blue 132

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

Shades of Windsor #4C3284

Tints of Windsor #4C3284

RGB

 RED value IS 76 (30.08% from 255) = 29.46%

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

 BLUE value IS 132 (51.95% from 255) = 51.16%

R = 29.46%
G = 19.38%
B = 51.16%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4C3284 (or 0x4C3284) is known color: Windsor. HEX triplet: 4C, 32 and 84. RGB value is (76,50,132). Sum of RGB (Red+Green+Blue) = 76+50+132=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 132 (51.95% from 255 or 51.16% from 258); Max value from RGB is 132 - color contains mainly: blue. Hex color #4C3284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3284 is #B3CD7B. Grayscale: #424242. Windows color (decimal): -11783548 or 8663628. OLE color: 8663628.

HSL color Cylindrical-coordinate representation of color #4C3284: hue angle of 259.02º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C3284 is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 76 50 132 -
CMYK 0.42 0.62 0 0.48
HSL 259.02º 0.45% 0.36% -
HSV(B) 259.02º 0.62% 0.52% -
XYZ 8.29 5.48 22.45 -
YUV 67.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 76 50 132 0.42 0.62 0 0.48 259.02 0.45 0.36
Hex 4C 32 84 2A 3E 0 30 103 2D 24
Octal 114 62 204 52 76 0 60 403 55 44
Binary 1001100 110010 10000100 101010 111110 0 110000 100000011 101101 100100

Color Harmonies of #4C3284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3284

Black with #4C3284

Text Example


Text Example

White with #4C3284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C3284; }

 p { color: rgb(76,50,132); }

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

background-color css

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

 a { background-color: rgb(76,50,132); }

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

border-color css

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

 span { border-color: rgb(76,50,132); }

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