Html Css Color HEX #4C397E Windsor

📋 copy color: '#4C397E'

red 76 ◦ green 57 ◦ blue 126

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

Shades of Windsor #4C397E

Tints of Windsor #4C397E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

 BLUE value IS 126 (49.61% from 255) = 48.65%

R = 29.34%
G = 22.01%
B = 48.65%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C397E (or 0x4C397E) is known color: Windsor. HEX triplet: 4C, 39 and 7E. RGB value is (76,57,126). Sum of RGB (Red+Green+Blue) = 76+57+126=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C397E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C397E is #B3C681. Grayscale: #464646. Windows color (decimal): -11781762 or 8272204. OLE color: 8272204.

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

Color convert

RGB 76 57 126 -
CMYK 0.40 0.55 0 0.51
HSL 256.52º 0.38% 0.36% -
HSV(B) 256.52º 0.55% 0.49% -
XYZ 8.21 5.97 20.46 -
YUV 70.55 159.29 131.89 -
System Red Green Blue C M Y K H S L
Decimal 76 57 126 0.40 0.55 0 0.51 256.52 0.38 0.36
Hex 4C 39 7E 28 37 0 33 101 26 24
Octal 114 71 176 50 67 0 63 401 46 44
Binary 1001100 111001 1111110 101000 110111 0 110011 100000001 100110 100100

Color Harmonies of #4C397E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C397E

Black with #4C397E

Text Example


Text Example

White with #4C397E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,57,126); }

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

background-color css

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

 a { background-color: rgb(76,57,126); }

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

border-color css

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

 span { border-color: rgb(76,57,126); }

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