Html Css Color HEX #4C2390 Windsor

📋 copy color: '#4C2390'

red 76 ◦ green 35 ◦ blue 144

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

Shades of Windsor #4C2390

Tints of Windsor #4C2390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

 BLUE value IS 144 (56.64% from 255) = 56.47%

R = 29.8%
G = 13.73%
B = 56.47%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4C2390 (or 0x4C2390) is known color: Windsor. HEX triplet: 4C, 23 and 90. RGB value is (76,35,144). Sum of RGB (Red+Green+Blue) = 76+35+144=255 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.80% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C2390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C2390 is #B3DC6F. Grayscale: #3B3B3B. Windows color (decimal): -11787376 or 9446220. OLE color: 9446220.

HSL color Cylindrical-coordinate representation of color #4C2390: hue angle of 262.57º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4C2390 is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 76 35 144 -
CMYK 0.47 0.76 0 0.44
HSL 262.57º 0.61% 0.35% -
HSV(B) 262.57º 0.76% 0.56% -
XYZ 8.62 4.75 26.85 -
YUV 59.69 175.58 139.64 -
System Red Green Blue C M Y K H S L
Decimal 76 35 144 0.47 0.76 0 0.44 262.57 0.61 0.35
Hex 4C 23 90 2F 4C 0 2C 107 3D 23
Octal 114 43 220 57 114 0 54 407 75 43
Binary 1001100 100011 10010000 101111 1001100 0 101100 100000111 111101 100011

Color Harmonies of #4C2390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2390

Black with #4C2390

Text Example


Text Example

White with #4C2390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,35,144); }

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

background-color css

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

 a { background-color: rgb(76,35,144); }

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

border-color css

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

 span { border-color: rgb(76,35,144); }

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