Html Css Color HEX #4C367C Windsor

📋 copy color: '#4C367C'

red 76 ◦ green 54 ◦ blue 124

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

Shades of Windsor #4C367C

Tints of Windsor #4C367C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

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

R = 29.92%
G = 21.26%
B = 48.82%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C367C (or 0x4C367C) is known color: Windsor. HEX triplet: 4C, 36 and 7C. RGB value is (76,54,124). Sum of RGB (Red+Green+Blue) = 76+54+124=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C367C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C367C is #B3C983. Grayscale: #444444. Windows color (decimal): -11782532 or 8140364. OLE color: 8140364.

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

Color convert

RGB 76 54 124 -
CMYK 0.39 0.56 0 0.51
HSL 258.86º 0.39% 0.35% -
HSV(B) 258.86º 0.56% 0.49% -
XYZ 7.94 5.63 19.74 -
YUV 68.56 159.29 133.31 -
System Red Green Blue C M Y K H S L
Decimal 76 54 124 0.39 0.56 0 0.51 258.86 0.39 0.35
Hex 4C 36 7C 27 38 0 33 103 27 23
Octal 114 66 174 47 70 0 63 403 47 43
Binary 1001100 110110 1111100 100111 111000 0 110011 100000011 100111 100011

Color Harmonies of #4C367C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C367C

Black with #4C367C

Text Example


Text Example

White with #4C367C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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