#4B2577

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

Shades of Blue Diamond #4B2577

Tints of Blue Diamond #4B2577

Color information

#4B2577 (or 0x4B2577) is unknown color: approx Blue Diamond. HEX triplet: 4B, 25 and 77. RGB value is (75,37,119). Sum of RGB (Red+Green+Blue) = 75+37+119=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 119 (46.88% from 255 or 51.52% from 231); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B2577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2577 is #B4DA88. Grayscale: #393939. Windows color (decimal): -11852425 or 7808331. OLE color: 7808331.

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

Color convert

RGB7537119-
CMYK0.370.6900.53
HSL267.8º52.56%30.59%-
HSV(B)267.8º68.91%46.67%-
XYZ6.894.1517.89-
YUV57.71162.59140.33-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.47%
GREEN value IS 37 (14.84% from 255) = 16.02%
BLUE value IS 119 (46.88% from 255) = 51.52%
R=32.47%
G=16.02%
B=51.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75371190.370.6900.53267.852.5630.59
Hex4B2577254503510c351f
Octal11345167451050654146537
Binary100101110010111101111001011000101011010110000110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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