Html Css Color HEX #4B297C Windsor

📋 copy color: '#4B297C'

red 75 ◦ green 41 ◦ blue 124

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

Shades of Windsor #4B297C

Tints of Windsor #4B297C

RGB

 RED value IS 75 (29.69% from 255) = 31.25%

 GREEN value IS 41 (16.41% from 255) = 17.08%

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

R = 31.25%
G = 17.08%
B = 51.67%

CMYK

 C value IS 0.40

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B297C (or 0x4B297C) is known color: Windsor. HEX triplet: 4B, 29 and 7C. RGB value is (75,41,124). Sum of RGB (Red+Green+Blue) = 75+41+124=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B297C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B297C is #B4D683. Grayscale: #3C3C3C. Windows color (decimal): -11851396 or 8137035. OLE color: 8137035.

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

Color convert

RGB 75 41 124 -
CMYK 0.40 0.67 0 0.51
HSL 264.58º 0.5% 0.32% -
HSV(B) 264.58º 0.67% 0.49% -
XYZ 7.33 4.54 19.56 -
YUV 60.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 75 41 124 0.40 0.67 0 0.51 264.58 0.5 0.32
Hex 4B 29 7C 28 43 0 33 109 32 20
Octal 113 51 174 50 103 0 63 411 62 40
Binary 1001011 101001 1111100 101000 1000011 0 110011 100001001 110010 100000

Color Harmonies of #4B297C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B297C

Black with #4B297C

Text Example


Text Example

White with #4B297C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,41,124); }

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

background-color css

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

 a { background-color: rgb(75,41,124); }

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

border-color css

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

 span { border-color: rgb(75,41,124); }

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