Html Css Color HEX #4B3276 Windsor

📋 copy color: '#4B3276'

red 75 ◦ green 50 ◦ blue 118

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

Shades of Windsor #4B3276

Tints of Windsor #4B3276

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 118 (46.48% from 255) = 48.56%

R = 30.86%
G = 20.58%
B = 48.56%

CMYK

 C value IS 0.36

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4B3276 (or 0x4B3276) is known color: Windsor. HEX triplet: 4B, 32 and 76. RGB value is (75,50,118). Sum of RGB (Red+Green+Blue) = 75+50+118=243 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.86% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 118 (46.48% from 255 or 48.56% from 243); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B3276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3276 is #B4CD89. Grayscale: #404040. Windows color (decimal): -11849098 or 7746123. OLE color: 7746123.

HSL color Cylindrical-coordinate representation of color #4B3276: hue angle of 262.06º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B3276 is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 75 50 118 -
CMYK 0.36 0.58 0 0.54
HSL 262.06º 0.4% 0.33% -
HSV(B) 262.06º 0.58% 0.46% -
XYZ 7.31 5.09 17.74 -
YUV 65.23 157.78 134.97 -
System Red Green Blue C M Y K H S L
Decimal 75 50 118 0.36 0.58 0 0.54 262.06 0.4 0.33
Hex 4B 32 76 24 3A 0 36 106 28 21
Octal 113 62 166 44 72 0 66 406 50 41
Binary 1001011 110010 1110110 100100 111010 0 110110 100000110 101000 100001

Color Harmonies of #4B3276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3276

Black with #4B3276

Text Example


Text Example

White with #4B3276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,50,118); }

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

background-color css

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

 a { background-color: rgb(75,50,118); }

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

border-color css

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

 span { border-color: rgb(75,50,118); }

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