#4B326E

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

Shades of Blue Diamond #4B326E

Tints of Blue Diamond #4B326E

Color information

#4B326E (or 0x4B326E) is unknown color: approx Blue Diamond. HEX triplet: 4B, 32 and 6E. RGB value is (75,50,110). Sum of RGB (Red+Green+Blue) = 75+50+110=235 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.91% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 110 (43.36% from 255 or 46.81% from 235); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B326E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B326E is #B4CD91. Grayscale: #404040. Windows color (decimal): -11849106 or 7221835. OLE color: 7221835.

HSL color Cylindrical-coordinate representation of color #4B326E: hue angle of 265º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B326E is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7550110-
CMYK0.320.5500.57
HSL265º37.5%31.37%-
HSV(B)265º54.55%43.14%-
XYZ6.864.915.34-
YUV64.32153.78135.62-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.91%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 110 (43.36% from 255) = 46.81%
R=31.91%
G=21.28%
B=46.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75501100.320.5500.5726537.531.37
Hex4B326E2037039109261f
Octal1136215640670714114637
Binary10010111100101101110100000110111011100110000100110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B326E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,50,110); }

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

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

 a { background-color: rgb(75,50,110); }

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

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

 span { border-color: rgb(75,50,110); }

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