Html Css Color HEX #4C387E Windsor

📋 copy color: '#4C387E'

red 76 ◦ green 56 ◦ blue 126

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

Shades of Windsor #4C387E

Tints of Windsor #4C387E

RGB

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

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

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

R = 29.46%
G = 21.71%
B = 48.84%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C387E (or 0x4C387E) is known color: Windsor. HEX triplet: 4C, 38 and 7E. RGB value is (76,56,126). Sum of RGB (Red+Green+Blue) = 76+56+126=258 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.46% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 126 (49.61% from 255 or 48.84% from 258); Max value from RGB is 126 - color contains mainly: blue. Hex color #4C387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C387E is #B3C781. Grayscale: #454545. Windows color (decimal): -11782018 or 8271948. OLE color: 8271948.

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

Color convert

RGB 76 56 126 -
CMYK 0.40 0.56 0 0.51
HSL 257.14º 0.38% 0.36% -
HSV(B) 257.14º 0.56% 0.49% -
XYZ 8.16 5.87 20.44 -
YUV 69.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 76 56 126 0.40 0.56 0 0.51 257.14 0.38 0.36
Hex 4C 38 7E 28 38 0 33 101 26 24
Octal 114 70 176 50 70 0 63 401 46 44
Binary 1001100 111000 1111110 101000 111000 0 110011 100000001 100110 100100

Color Harmonies of #4C387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C387E

Black with #4C387E

Text Example


Text Example

White with #4C387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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