#4B3675

Color #4B3675 Windsor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Windsor #4B3675

Tints of Windsor #4B3675

Color information

#4B3675 (or 0x4B3675) is unknown color: approx Windsor. HEX triplet: 4B, 36 and 75. RGB value is (75,54,117). Sum of RGB (Red+Green+Blue) = 75+54+117=246 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.49% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 117 (46.09% from 255 or 47.56% from 246); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B3675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3675 is #B4C98A. Grayscale: #434343. Windows color (decimal): -11848075 or 7681611. OLE color: 7681611.

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

Color convert

RGB7554117-
CMYK0.360.5400.54
HSL260º36.84%33.53%-
HSV(B)260º53.85%45.88%-
XYZ7.435.4217.48-
YUV67.46155.96133.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.49%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 117 (46.09% from 255) = 47.56%
R=30.49%
G=21.95%
B=47.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75541170.360.5400.5426036.8433.53
Hex4B367524360361042522
Octal1136616544660664044542
Binary100101111011011101011001001101100110110100000100100101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,54,117); }

 H1.HeaderClassName
 {
   color: #4B3675;
 }
 .AnyTagClassName
 {
   color: #4B3675;
 }
</style>
background-color css

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

 a { background-color: rgb(75,54,117); }

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

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

 span { border-color: rgb(75,54,117); }

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