Html Css Color HEX #4C208B Windsor

📋 copy color: '#4C208B'

red 76 ◦ green 32 ◦ blue 139

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

Shades of Windsor #4C208B

Tints of Windsor #4C208B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.96%

 BLUE value IS 139 (54.69% from 255) = 56.28%

R = 30.77%
G = 12.96%
B = 56.28%

CMYK

 C value IS 0.45

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C208B (or 0x4C208B) is known color: Windsor. HEX triplet: 4C, 20 and 8B. RGB value is (76,32,139). Sum of RGB (Red+Green+Blue) = 76+32+139=247 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.77% from 247); Green value is 32 (12.89% from 255 or 12.96% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C208B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C208B is #B3DF74. Grayscale: #383838. Windows color (decimal): -11788149 or 9117772. OLE color: 9117772.

HSL color Cylindrical-coordinate representation of color #4C208B: hue angle of 264.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4C208B is Cyan = 0.45, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 76 32 139 -
CMYK 0.45 0.77 0 0.45
HSL 264.67º 0.63% 0.34% -
HSV(B) 264.67º 0.77% 0.55% -
XYZ 8.16 4.43 24.85 -
YUV 57.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 76 32 139 0.45 0.77 0 0.45 264.67 0.63 0.34
Hex 4C 20 8B 2D 4D 0 2D 109 3F 22
Octal 114 40 213 55 115 0 55 411 77 42
Binary 1001100 100000 10001011 101101 1001101 0 101101 100001001 111111 100010

Color Harmonies of #4C208B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C208B

Black with #4C208B

Text Example


Text Example

White with #4C208B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,32,139); }

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

background-color css

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

 a { background-color: rgb(76,32,139); }

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

border-color css

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

 span { border-color: rgb(76,32,139); }

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