Html Css Color HEX #4C3278 Windsor

📋 copy color: '#4C3278'

red 76 ◦ green 50 ◦ blue 120

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

Shades of Windsor #4C3278

Tints of Windsor #4C3278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.78%

R = 30.89%
G = 20.33%
B = 48.78%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4C3278 (or 0x4C3278) is known color: Windsor. HEX triplet: 4C, 32 and 78. RGB value is (76,50,120). Sum of RGB (Red+Green+Blue) = 76+50+120=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C3278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3278 is #B3CD87. Grayscale: #414141. Windows color (decimal): -11783560 or 7877196. OLE color: 7877196.

HSL color Cylindrical-coordinate representation of color #4C3278: hue angle of 262.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C3278 is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 76 50 120 -
CMYK 0.37 0.58 0 0.53
HSL 262.29º 0.41% 0.33% -
HSV(B) 262.29º 0.58% 0.47% -
XYZ 7.51 5.17 18.37 -
YUV 65.75 158.61 135.31 -
System Red Green Blue C M Y K H S L
Decimal 76 50 120 0.37 0.58 0 0.53 262.29 0.41 0.33
Hex 4C 32 78 25 3A 0 35 106 29 21
Octal 114 62 170 45 72 0 65 406 51 41
Binary 1001100 110010 1111000 100101 111010 0 110101 100000110 101001 100001

Color Harmonies of #4C3278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3278

Black with #4C3278

Text Example


Text Example

White with #4C3278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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