#4b3171

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

Shades of Blue Diamond #4B3171

Tints of Blue Diamond #4B3171

Color information

#4B3171 (or 0x4B3171) is unknown color: approx Blue Diamond. HEX triplet: 4B, 31 and 71. RGB value is (75,49,113). Sum of RGB (Red+Green+Blue) = 75+49+113=237 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.65% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B3171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3171 is #B4CE8E. Grayscale: #3F3F3F. Windows color (decimal): -11849359 or 7418187. OLE color: 7418187.

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

Color convert

RGB7549113-
CMYK0.340.5700.56
HSL264.38º39.51%31.76%-
HSV(B)264.38º56.64%44.31%-
XYZ6.984.8816.2-
YUV64.07155.61135.8-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.65%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 113 (44.53% from 255) = 47.68%
R=31.65%
G=20.68%
B=47.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75491130.340.5700.56264.3839.5131.76
Hex4B317122390381082820
Octal1136116142710704105040
Binary100101111000111100011000101110010111000100001000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b3171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,49,113); }

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

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

 a { background-color: rgb(75,49,113); }

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

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

 span { border-color: rgb(75,49,113); }

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