#4B2877

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

Shades of Blue Diamond #4B2877

Tints of Blue Diamond #4B2877

Color information

#4B2877 (or 0x4B2877) is unknown color: approx Blue Diamond. HEX triplet: 4B, 28 and 77. RGB value is (75,40,119). Sum of RGB (Red+Green+Blue) = 75+40+119=234 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.05% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 119 (46.88% from 255 or 50.85% from 234); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B2877 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2877 is #B4D788. Grayscale: #3B3B3B. Windows color (decimal): -11851657 or 7809099. OLE color: 7809099.

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

Color convert

RGB7540119-
CMYK0.370.6600.53
HSL266.58º49.69%31.18%-
HSV(B)266.58º66.39%46.67%-
XYZ6.994.3517.92-
YUV59.47161.6139.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.05%
GREEN value IS 40 (16.02% from 255) = 17.09%
BLUE value IS 119 (46.88% from 255) = 50.85%
R=32.05%
G=17.09%
B=50.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75401190.370.6600.53266.5849.6931.18
Hex4B2877254203510b321f
Octal11350167451020654136237
Binary100101110100011101111001011000010011010110000101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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