Html Css Color HEX #4C3185 Windsor

📋 copy color: '#4C3185'

red 76 ◦ green 49 ◦ blue 133

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

Shades of Windsor #4C3185

Tints of Windsor #4C3185

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.99%

 BLUE value IS 133 (52.34% from 255) = 51.55%

R = 29.46%
G = 18.99%
B = 51.55%

CMYK

 C value IS 0.43

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4C3185 (or 0x4C3185) is known color: Windsor. HEX triplet: 4C, 31 and 85. RGB value is (76,49,133). Sum of RGB (Red+Green+Blue) = 76+49+133=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 133 (52.34% from 255 or 51.55% from 258); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C3185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C3185 is #B3CE7A. Grayscale: #424242. Windows color (decimal): -11783803 or 8728908. OLE color: 8728908.

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

Color convert

RGB 76 49 133 -
CMYK 0.43 0.63 0 0.48
HSL 259.29º 0.46% 0.36% -
HSV(B) 259.29º 0.63% 0.52% -
XYZ 8.31 5.43 22.8 -
YUV 66.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 76 49 133 0.43 0.63 0 0.48 259.29 0.46 0.36
Hex 4C 31 85 2B 3F 0 30 103 2E 24
Octal 114 61 205 53 77 0 60 403 56 44
Binary 1001100 110001 10000101 101011 111111 0 110000 100000011 101110 100100

Color Harmonies of #4C3185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3185

Black with #4C3185

Text Example


Text Example

White with #4C3185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,49,133); }

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

background-color css

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

 a { background-color: rgb(76,49,133); }

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

border-color css

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

 span { border-color: rgb(76,49,133); }

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