Html Css Color HEX #4C387C Windsor

📋 copy color: '#4C387C'

red 76 ◦ green 56 ◦ blue 124

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

Shades of Windsor #4C387C

Tints of Windsor #4C387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.88%

 BLUE value IS 124 (48.83% from 255) = 48.44%

R = 29.69%
G = 21.88%
B = 48.44%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C387C (or 0x4C387C) is known color: Windsor. HEX triplet: 4C, 38 and 7C. RGB value is (76,56,124). Sum of RGB (Red+Green+Blue) = 76+56+124=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C387C is #B3C783. Grayscale: #454545. Windows color (decimal): -11782020 or 8140876. OLE color: 8140876.

HSL color Cylindrical-coordinate representation of color #4C387C: hue angle of 257.65º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4C387C is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 56 124 -
CMYK 0.39 0.55 0 0.51
HSL 257.65º 0.38% 0.35% -
HSV(B) 257.65º 0.55% 0.49% -
XYZ 8.03 5.82 19.77 -
YUV 69.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 76 56 124 0.39 0.55 0 0.51 257.65 0.38 0.35
Hex 4C 38 7C 27 37 0 33 102 26 23
Octal 114 70 174 47 67 0 63 402 46 43
Binary 1001100 111000 1111100 100111 110111 0 110011 100000010 100110 100011

Color Harmonies of #4C387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C387C

Black with #4C387C

Text Example


Text Example

White with #4C387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,56,124); }

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

background-color css

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

 a { background-color: rgb(76,56,124); }

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

border-color css

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

 span { border-color: rgb(76,56,124); }

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