Html Css Color HEX #4B257C Windsor

📋 copy color: '#4B257C'

red 75 ◦ green 37 ◦ blue 124

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

Shades of Windsor #4B257C

Tints of Windsor #4B257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 31.78%
G = 15.68%
B = 52.54%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4B257C (or 0x4B257C) is known color: Windsor. HEX triplet: 4B, 25 and 7C. RGB value is (75,37,124). Sum of RGB (Red+Green+Blue) = 75+37+124=236 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.78% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B257C is #B4DA83. Grayscale: #393939. Windows color (decimal): -11852420 or 8136011. OLE color: 8136011.

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

Color convert

RGB 75 37 124 -
CMYK 0.40 0.70 0 0.51
HSL 266.21º 0.54% 0.32% -
HSV(B) 266.21º 0.7% 0.49% -
XYZ 7.2 4.27 19.51 -
YUV 58.28 165.09 139.93 -
System Red Green Blue C M Y K H S L
Decimal 75 37 124 0.40 0.70 0 0.51 266.21 0.54 0.32
Hex 4B 25 7C 28 46 0 33 10A 36 20
Octal 113 45 174 50 106 0 63 412 66 40
Binary 1001011 100101 1111100 101000 1000110 0 110011 100001010 110110 100000

Color Harmonies of #4B257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B257C

Black with #4B257C

Text Example


Text Example

White with #4B257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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