#4B347A

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

Shades of Windsor #4B347A

Tints of Windsor #4B347A

Color information

#4B347A (or 0x4B347A) is unknown color: approx Windsor. HEX triplet: 4B, 34 and 7A. RGB value is (75,52,122). Sum of RGB (Red+Green+Blue) = 75+52+122=249 (32% of max value = 765). Red value is 75 (29.69% from 255 or 30.12% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 122 (48.05% from 255 or 49.00% from 249); Max value from RGB is 122 - color contains mainly: blue. Hex color #4B347A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B347A is #B4CB85. Grayscale: #424242. Windows color (decimal): -11848582 or 8008779. OLE color: 8008779.

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

Color convert

RGB7552122-
CMYK0.390.5700.52
HSL259.71º40.23%34.12%-
HSV(B)259.71º57.38%47.84%-
XYZ7.645.3619.04-
YUV66.86159.12133.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30.12%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 122 (48.05% from 255) = 49.00%
R=30.12%
G=20.88%
B=49.00%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75521220.390.5700.52259.7140.2334.12
Hex4B347A27390341042822
Octal1136417247710644045042
Binary100101111010011110101001111110010110100100000100101000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,52,122); }

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

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

 a { background-color: rgb(75,52,122); }

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

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

 span { border-color: rgb(75,52,122); }

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