#4B3371

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

Shades of Blue Diamond #4B3371

Tints of Blue Diamond #4B3371

Color information

#4B3371 (or 0x4B3371) is unknown color: approx Blue Diamond. HEX triplet: 4B, 33 and 71. RGB value is (75,51,113). Sum of RGB (Red+Green+Blue) = 75+51+113=239 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.38% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 113 (44.53% from 255 or 47.28% from 239); Max value from RGB is 113 - color contains mainly: blue. Hex color #4B3371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3371 is #B4CC8E. Grayscale: #414141. Windows color (decimal): -11848847 or 7418699. OLE color: 7418699.

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

Color convert

RGB7551113-
CMYK0.340.5500.56
HSL263.23º37.8%32.16%-
HSV(B)263.23º54.87%44.31%-
XYZ7.075.0616.23-
YUV65.24154.95134.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.38%
GREEN value IS 51 (20.31% from 255) = 21.34%
BLUE value IS 113 (44.53% from 255) = 47.28%
R=31.38%
G=21.34%
B=47.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75511130.340.5500.56263.2337.832.16
Hex4B337122370381072620
Octal1136316142670704074640
Binary100101111001111100011000101101110111000100000111100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B3371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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