Html Css Color HEX #4C2082 Windsor

📋 copy color: '#4C2082'

red 76 ◦ green 32 ◦ blue 130

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

Shades of Windsor #4C2082

Tints of Windsor #4C2082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.62%

R = 31.93%
G = 13.45%
B = 54.62%

CMYK

 C value IS 0.42

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4C2082 (or 0x4C2082) is known color: Windsor. HEX triplet: 4C, 20 and 82. RGB value is (76,32,130). Sum of RGB (Red+Green+Blue) = 76+32+130=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #4C2082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2082 is #B3DF7D. Grayscale: #373737. Windows color (decimal): -11788158 or 8527948. OLE color: 8527948.

HSL color Cylindrical-coordinate representation of color #4C2082: hue angle of 266.94º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4C2082 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 32 130 -
CMYK 0.42 0.75 0 0.49
HSL 266.94º 0.6% 0.32% -
HSV(B) 266.94º 0.75% 0.51% -
XYZ 7.53 4.18 21.53 -
YUV 56.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 76 32 130 0.42 0.75 0 0.49 266.94 0.6 0.32
Hex 4C 20 82 2A 4B 0 31 10B 3C 20
Octal 114 40 202 52 113 0 61 413 74 40
Binary 1001100 100000 10000010 101010 1001011 0 110001 100001011 111100 100000

Color Harmonies of #4C2082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2082

Black with #4C2082

Text Example


Text Example

White with #4C2082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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