#4B2676

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

Shades of Blue Diamond #4B2676

Tints of Blue Diamond #4B2676

Color information

#4B2676 (or 0x4B2676) is unknown color: approx Blue Diamond. HEX triplet: 4B, 26 and 76. RGB value is (75,38,118). Sum of RGB (Red+Green+Blue) = 75+38+118=231 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.47% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B2676 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2676 is #B4D989. Grayscale: #393939. Windows color (decimal): -11852170 or 7743051. OLE color: 7743051.

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

Color convert

RGB7538118-
CMYK0.360.6800.54
HSL267.75º51.28%30.59%-
HSV(B)267.75º67.8%46.27%-
XYZ6.864.1917.59-
YUV58.18161.76140-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.47%
GREEN value IS 38 (15.23% from 255) = 16.45%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=32.47%
G=16.45%
B=51.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75381180.360.6800.54267.7551.2830.59
Hex4B2676244403610c331f
Octal11346166441040664146337
Binary100101110011011101101001001000100011011010000110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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