#4D347B

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

Shades of Windsor #4D347B

Tints of Windsor #4D347B

Color information

#4D347B (or 0x4D347B) is unknown color: approx Windsor. HEX triplet: 4D, 34 and 7B. RGB value is (77,52,123). Sum of RGB (Red+Green+Blue) = 77+52+123=252 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.56% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 123 (48.44% from 255 or 48.81% from 252); Max value from RGB is 123 - color contains mainly: blue. Hex color #4D347B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D347B is #B2CB84. Grayscale: #434343. Windows color (decimal): -11717509 or 8074317. OLE color: 8074317.

HSL color Cylindrical-coordinate representation of color #4D347B: hue angle of 261.13º 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 #4D347B is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7752123-
CMYK0.370.5800.52
HSL261.13º40.57%34.31%-
HSV(B)261.13º57.72%48.24%-
XYZ7.865.4619.38-
YUV67.57159.28134.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 30.56%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 123 (48.44% from 255) = 48.81%
R=30.56%
G=20.63%
B=48.81%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal77521230.370.5800.52261.1340.5734.31
Hex4D347B253A0341052922
Octal1156417345720644055142
Binary100110111010011110111001011110100110100100000101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D347B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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