Html Css Color HEX #4C1A8E Windsor

📋 copy color: '#4C1A8E'

red 76 ◦ green 26 ◦ blue 142

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

Shades of Windsor #4C1A8E

Tints of Windsor #4C1A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.66%

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

R = 31.15%
G = 10.66%
B = 58.2%

CMYK

 C value IS 0.46

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C1A8E (or 0x4C1A8E) is known color: Windsor. HEX triplet: 4C, 1A and 8E. RGB value is (76,26,142). Sum of RGB (Red+Green+Blue) = 76+26+142=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 142 (55.86% from 255 or 58.20% from 244); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C1A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C1A8E is #B3E571. Grayscale: #353535. Windows color (decimal): -11789682 or 9312844. OLE color: 9312844.

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

Color convert

RGB 76 26 142 -
CMYK 0.46 0.82 0 0.44
HSL 265.86º 0.69% 0.33% -
HSV(B) 265.86º 0.82% 0.56% -
XYZ 8.23 4.23 25.97 -
YUV 54.17 177.57 143.57 -
System Red Green Blue C M Y K H S L
Decimal 76 26 142 0.46 0.82 0 0.44 265.86 0.69 0.33
Hex 4C 1A 8E 2E 52 0 2C 10A 45 21
Octal 114 32 216 56 122 0 54 412 105 41
Binary 1001100 11010 10001110 101110 1010010 0 101100 100001010 1000101 100001

Color Harmonies of #4C1A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1A8E

Black with #4C1A8E

Text Example


Text Example

White with #4C1A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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