Html Css Color HEX #4B2485 Windsor

📋 copy color: '#4B2485'

red 75 ◦ green 36 ◦ blue 133

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

Shades of Windsor #4B2485

Tints of Windsor #4B2485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.75%

 BLUE value IS 133 (52.34% from 255) = 54.51%

R = 30.74%
G = 14.75%
B = 54.51%

CMYK

 C value IS 0.44

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4B2485 (or 0x4B2485) is known color: Windsor. HEX triplet: 4B, 24 and 85. RGB value is (75,36,133). Sum of RGB (Red+Green+Blue) = 75+36+133=244 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.74% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B2485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2485 is #B4DB7A. Grayscale: #3A3A3A. Windows color (decimal): -11852667 or 8725579. OLE color: 8725579.

HSL color Cylindrical-coordinate representation of color #4B2485: hue angle of 264.12º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B2485 is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 75 36 133 -
CMYK 0.44 0.73 0 0.48
HSL 264.12º 0.57% 0.33% -
HSV(B) 264.12º 0.73% 0.52% -
XYZ 7.77 4.45 22.64 -
YUV 58.72 169.92 139.61 -
System Red Green Blue C M Y K H S L
Decimal 75 36 133 0.44 0.73 0 0.48 264.12 0.57 0.33
Hex 4B 24 85 2C 49 0 30 108 39 21
Octal 113 44 205 54 111 0 60 410 71 41
Binary 1001011 100100 10000101 101100 1001001 0 110000 100001000 111001 100001

Color Harmonies of #4B2485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2485

Black with #4B2485

Text Example


Text Example

White with #4B2485

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,36,133); }

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

background-color css

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

 a { background-color: rgb(75,36,133); }

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

border-color css

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

 span { border-color: rgb(75,36,133); }

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