#4B2E77

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

Shades of Blue Diamond #4B2E77

Tints of Blue Diamond #4B2E77

Color information

#4B2E77 (or 0x4B2E77) is unknown color: approx Blue Diamond. HEX triplet: 4B, 2E and 77. RGB value is (75,46,119). Sum of RGB (Red+Green+Blue) = 75+46+119=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 46 (18.36% from 255 or 19.17% from 240); Blue value is 119 (46.88% from 255 or 49.58% from 240); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B2E77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2E77 is #B4D188. Grayscale: #3E3E3E. Windows color (decimal): -11850121 or 7810635. OLE color: 7810635.

HSL color Cylindrical-coordinate representation of color #4B2E77: hue angle of 263.84º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B2E77 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7546119-
CMYK0.370.6100.53
HSL263.84º44.24%32.35%-
HSV(B)263.84º61.34%46.67%-
XYZ7.214.7818-
YUV62.99159.61136.56-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 46 (18.36% from 255) = 19.17%
BLUE value IS 119 (46.88% from 255) = 49.58%
R=31.25%
G=19.17%
B=49.58%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75461190.370.6100.53263.8444.2432.35
Hex4B2E77253D0351082c20
Octal1135616745750654105440
Binary100101110111011101111001011111010110101100001000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,46,119); }

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

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

 a { background-color: rgb(75,46,119); }

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

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

 span { border-color: rgb(75,46,119); }

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