#4B2C71

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

Shades of Blue Diamond #4B2C71

Tints of Blue Diamond #4B2C71

Color information

#4B2C71 (or 0x4B2C71) is unknown color: approx Blue Diamond. HEX triplet: 4B, 2C and 71. RGB value is (75,44,113). Sum of RGB (Red+Green+Blue) = 75+44+113=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B2C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2C71 is #B4D38E. Grayscale: #3C3C3C. Windows color (decimal): -11850639 or 7416907. OLE color: 7416907.

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

Color convert

RGB7544113-
CMYK0.340.6100.56
HSL266.96º43.95%30.78%-
HSV(B)266.96º61.06%44.31%-
XYZ6.784.4916.13-
YUV61.14157.27137.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=32.33%
G=18.97%
B=48.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75441130.340.6100.56266.9643.9530.78
Hex4B2C71223D03810b2c1f
Octal1135416142750704135437
Binary10010111011001110001100010111101011100010000101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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