#4B3372

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

Shades of Blue Diamond #4B3372

Tints of Blue Diamond #4B3372

Color information

#4B3372 (or 0x4B3372) is unknown color: approx Blue Diamond. HEX triplet: 4B, 33 and 72. RGB value is (75,51,114). Sum of RGB (Red+Green+Blue) = 75+51+114=240 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.25% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 114 (44.92% from 255 or 47.5% from 240); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B3372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3372 is #B4CC8D. Grayscale: #414141. Windows color (decimal): -11848846 or 7484235. OLE color: 7484235.

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

Color convert

RGB7551114-
CMYK0.340.5500.55
HSL262.86º38.18%32.35%-
HSV(B)262.86º55.26%44.71%-
XYZ7.125.0816.52-
YUV65.36155.45134.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.25%
GREEN value IS 51 (20.31% from 255) = 21.25%
BLUE value IS 114 (44.92% from 255) = 47.5%
R=31.25%
G=21.25%
B=47.5%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75511140.340.5500.55262.8638.1832.35
Hex4B337222370371072620
Octal1136316242670674074640
Binary100101111001111100101000101101110110111100000111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,51,114); }

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

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

 a { background-color: rgb(75,51,114); }

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

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

 span { border-color: rgb(75,51,114); }

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