Html Css Color HEX #4C237F Windsor

📋 copy color: '#4C237F'

red 76 ◦ green 35 ◦ blue 127

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

Shades of Windsor #4C237F

Tints of Windsor #4C237F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 53.36%

R = 31.93%
G = 14.71%
B = 53.36%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C237F (or 0x4C237F) is known color: Windsor. HEX triplet: 4C, 23 and 7F. RGB value is (76,35,127). Sum of RGB (Red+Green+Blue) = 76+35+127=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C237F is #B3DC80. Grayscale: #393939. Windows color (decimal): -11787393 or 8332108. OLE color: 8332108.

HSL color Cylindrical-coordinate representation of color #4C237F: hue angle of 266.74º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4C237F is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 76 35 127 -
CMYK 0.40 0.72 0 0.50
HSL 266.74º 0.57% 0.32% -
HSV(B) 266.74º 0.72% 0.5% -
XYZ 7.41 4.27 20.51 -
YUV 57.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 76 35 127 0.40 0.72 0 0.50 266.74 0.57 0.32
Hex 4C 23 7F 28 48 0 32 10B 39 20
Octal 114 43 177 50 110 0 62 413 71 40
Binary 1001100 100011 1111111 101000 1001000 0 110010 100001011 111001 100000

Color Harmonies of #4C237F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C237F

Black with #4C237F

Text Example


Text Example

White with #4C237F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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