Html Css Color HEX #4C287F Windsor

📋 copy color: '#4C287F'

red 76 ◦ green 40 ◦ blue 127

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

Shades of Windsor #4C287F

Tints of Windsor #4C287F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.46%

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

R = 31.28%
G = 16.46%
B = 52.26%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4C287F (or 0x4C287F) is known color: Windsor. HEX triplet: 4C, 28 and 7F. RGB value is (76,40,127). Sum of RGB (Red+Green+Blue) = 76+40+127=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 40 (16.02% from 255 or 16.46% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #4C287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C287F is #B3D780. Grayscale: #3C3C3C. Windows color (decimal): -11786113 or 8333388. OLE color: 8333388.

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

Color convert

RGB 76 40 127 -
CMYK 0.40 0.69 0 0.50
HSL 264.83º 0.52% 0.33% -
HSV(B) 264.83º 0.69% 0.5% -
XYZ 7.57 4.59 20.56 -
YUV 60.68 165.43 138.93 -
System Red Green Blue C M Y K H S L
Decimal 76 40 127 0.40 0.69 0 0.50 264.83 0.52 0.33
Hex 4C 28 7F 28 45 0 32 109 34 21
Octal 114 50 177 50 105 0 62 411 64 41
Binary 1001100 101000 1111111 101000 1000101 0 110010 100001001 110100 100001

Color Harmonies of #4C287F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C287F

Black with #4C287F

Text Example


Text Example

White with #4C287F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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