#4B2873

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

Shades of Blue Diamond #4B2873

Tints of Blue Diamond #4B2873

Color information

#4B2873 (or 0x4B2873) is unknown color: approx Blue Diamond. HEX triplet: 4B, 28 and 73. RGB value is (75,40,115). Sum of RGB (Red+Green+Blue) = 75+40+115=230 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.61% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 115 (45.31% from 255 or 50% from 230); Max value from RGB is 115 - color contains mainly: blue. Hex color #4B2873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2873 is #B4D78C. Grayscale: #3A3A3A. Windows color (decimal): -11851661 or 7546955. OLE color: 7546955.

HSL color Cylindrical-coordinate representation of color #4B2873: hue angle of 268º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B2873 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7540115-
CMYK0.350.6500.55
HSL268º48.39%30.39%-
HSV(B)268º65.22%45.1%-
XYZ6.754.2516.68-
YUV59.02159.6139.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.61%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 115 (45.31% from 255) = 50%
R=32.61%
G=17.39%
B=50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75401150.350.6500.5526848.3930.39
Hex4B2873234103710c301e
Octal11350163431010674146036
Binary100101110100011100111000111000001011011110000110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,115); }

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

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

 a { background-color: rgb(75,40,115); }

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

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

 span { border-color: rgb(75,40,115); }

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