#4B347B

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

Shades of Windsor #4B347B

Tints of Windsor #4B347B

Color information

#4B347B (or 0x4B347B) is unknown color: approx Windsor. HEX triplet: 4B, 34 and 7B. RGB value is (75,52,123). Sum of RGB (Red+Green+Blue) = 75+52+123=250 (33% of max value = 765). Red value is 75 (29.69% from 255 or 30% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B347B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B347B is #B4CB84. Grayscale: #424242. Windows color (decimal): -11848581 or 8074315. OLE color: 8074315.

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

Color convert

RGB7552123-
CMYK0.390.5800.52
HSL259.44º40.57%34.31%-
HSV(B)259.44º57.72%48.24%-
XYZ7.75.3819.37-
YUV66.97159.62133.73-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 30%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=30%
G=20.8%
B=49.2%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75521230.390.5800.52259.4440.5734.31
Hex4B347B273A0341032922
Octal1136417347720644035142
Binary100101111010011110111001111110100110100100000011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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