Html Css Color HEX #4C208E Windsor

📋 copy color: '#4C208E'

red 76 ◦ green 32 ◦ blue 142

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

Shades of Windsor #4C208E

Tints of Windsor #4C208E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.8%

R = 30.4%
G = 12.8%
B = 56.8%

CMYK

 C value IS 0.46

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C208E (or 0x4C208E) is known color: Windsor. HEX triplet: 4C, 20 and 8E. RGB value is (76,32,142). Sum of RGB (Red+Green+Blue) = 76+32+142=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C208E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C208E is #B3DF71. Grayscale: #393939. Windows color (decimal): -11788146 or 9314380. OLE color: 9314380.

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

Color convert

RGB 76 32 142 -
CMYK 0.46 0.77 0 0.44
HSL 264º 0.63% 0.34% -
HSV(B) 264º 0.77% 0.56% -
XYZ 8.38 4.52 26.02 -
YUV 57.7 175.58 141.06 -
System Red Green Blue C M Y K H S L
Decimal 76 32 142 0.46 0.77 0 0.44 264 0.63 0.34
Hex 4C 20 8E 2E 4D 0 2C 108 3F 22
Octal 114 40 216 56 115 0 54 410 77 42
Binary 1001100 100000 10001110 101110 1001101 0 101100 100001000 111111 100010

Color Harmonies of #4C208E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C208E

Black with #4C208E

Text Example


Text Example

White with #4C208E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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