Html Css Color HEX #4B357C Windsor

📋 copy color: '#4B357C'

red 75 ◦ green 53 ◦ blue 124

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

Shades of Windsor #4B357C

Tints of Windsor #4B357C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.03%

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

R = 29.76%
G = 21.03%
B = 49.21%

CMYK

 C value IS 0.40

 M value IS 0.57

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B357C (or 0x4B357C) is known color: Windsor. HEX triplet: 4B, 35 and 7C. RGB value is (75,53,124). Sum of RGB (Red+Green+Blue) = 75+53+124=252 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.76% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B357C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B357C is #B4CA83. Grayscale: #434343. Windows color (decimal): -11848324 or 8140107. OLE color: 8140107.

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

Color convert

RGB 75 53 124 -
CMYK 0.40 0.57 0 0.51
HSL 258.59º 0.4% 0.35% -
HSV(B) 258.59º 0.57% 0.49% -
XYZ 7.81 5.5 19.72 -
YUV 67.67 159.79 133.23 -
System Red Green Blue C M Y K H S L
Decimal 75 53 124 0.40 0.57 0 0.51 258.59 0.4 0.35
Hex 4B 35 7C 28 39 0 33 103 28 23
Octal 113 65 174 50 71 0 63 403 50 43
Binary 1001011 110101 1111100 101000 111001 0 110011 100000011 101000 100011

Color Harmonies of #4B357C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B357C

Black with #4B357C

Text Example


Text Example

White with #4B357C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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