#4B387B

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

Shades of Windsor #4B387B

Tints of Windsor #4B387B

Color information

#4B387B (or 0x4B387B) is unknown color: approx Windsor. HEX triplet: 4B, 38 and 7B. RGB value is (75,56,123). Sum of RGB (Red+Green+Blue) = 75+56+123=254 (33% of max value = 765). Red value is 75 (29.69% from 255 or 29.53% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #4B387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B387B is #B4C784. Grayscale: #454545. Windows color (decimal): -11847557 or 8075339. OLE color: 8075339.

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

Color convert

RGB7556123-
CMYK0.390.5400.52
HSL257.01º37.43%35.1%-
HSV(B)257.01º54.47%48.24%-
XYZ7.895.7519.43-
YUV69.32158.29132.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 29.53%
GREEN value IS 56 (22.27% from 255) = 22.05%
BLUE value IS 123 (48.44% from 255) = 48.43%
R=29.53%
G=22.05%
B=48.43%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal75561230.390.5400.52257.0137.4335.1
Hex4B387B27360341012523
Octal1137017347660644014543
Binary100101111100011110111001111101100110100100000001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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