#4B2776

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

Shades of Blue Diamond #4B2776

Tints of Blue Diamond #4B2776

Color information

#4B2776 (or 0x4B2776) is unknown color: approx Blue Diamond. HEX triplet: 4B, 27 and 76. RGB value is (75,39,118). Sum of RGB (Red+Green+Blue) = 75+39+118=232 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.33% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 118 (46.48% from 255 or 50.86% from 232); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B2776 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2776 is #B4D889. Grayscale: #3A3A3A. Windows color (decimal): -11851914 or 7743307. OLE color: 7743307.

HSL color Cylindrical-coordinate representation of color #4B2776: hue angle of 267.34º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4B2776 is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7539118-
CMYK0.360.6700.54
HSL267.34º50.32%30.78%-
HSV(B)267.34º66.95%46.27%-
XYZ6.94.2517.6-
YUV58.77161.43139.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.33%
GREEN value IS 39 (15.62% from 255) = 16.81%
BLUE value IS 118 (46.48% from 255) = 50.86%
R=32.33%
G=16.81%
B=50.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75391180.360.6700.54267.3450.3230.78
Hex4B2776244303610b321f
Octal11347166441030664136237
Binary100101110011111101101001001000011011011010000101111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,118); }

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

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

 a { background-color: rgb(75,39,118); }

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

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

 span { border-color: rgb(75,39,118); }

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