Html Css Color HEX #4B2480 Windsor

📋 copy color: '#4B2480'

red 75 ◦ green 36 ◦ blue 128

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

Shades of Windsor #4B2480

Tints of Windsor #4B2480

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 53.56%

R = 31.38%
G = 15.06%
B = 53.56%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4B2480 (or 0x4B2480) is known color: Windsor. HEX triplet: 4B, 24 and 80. RGB value is (75,36,128). Sum of RGB (Red+Green+Blue) = 75+36+128=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 36 (14.45% from 255 or 15.06% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #4B2480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4B2480 is #B4DB7F. Grayscale: #393939. Windows color (decimal): -11852672 or 8397899. OLE color: 8397899.

HSL color Cylindrical-coordinate representation of color #4B2480: hue angle of 265.43º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B2480 is Cyan = 0.41, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 75 36 128 -
CMYK 0.41 0.72 0 0.50
HSL 265.43º 0.56% 0.32% -
HSV(B) 265.43º 0.72% 0.5% -
XYZ 7.43 4.32 20.86 -
YUV 58.15 167.42 140.02 -
System Red Green Blue C M Y K H S L
Decimal 75 36 128 0.41 0.72 0 0.50 265.43 0.56 0.32
Hex 4B 24 80 29 48 0 32 109 38 20
Octal 113 44 200 51 110 0 62 411 70 40
Binary 1001011 100100 10000000 101001 1001000 0 110010 100001001 111000 100000

Color Harmonies of #4B2480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2480

Black with #4B2480

Text Example


Text Example

White with #4B2480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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