#4B2872

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

Shades of Blue Diamond #4B2872

Tints of Blue Diamond #4B2872

Color information

#4B2872 (or 0x4B2872) is unknown color: approx Blue Diamond. HEX triplet: 4B, 28 and 72. RGB value is (75,40,114). Sum of RGB (Red+Green+Blue) = 75+40+114=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #4B2872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2872 is #B4D78D. Grayscale: #3A3A3A. Windows color (decimal): -11851662 or 7481419. OLE color: 7481419.

HSL color Cylindrical-coordinate representation of color #4B2872: hue angle of 268.38º 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 #4B2872 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7540114-
CMYK0.340.6500.55
HSL268.38º48.05%30.2%-
HSV(B)268.38º64.91%44.71%-
XYZ6.74.2316.38-
YUV58.9159.1139.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=32.75%
G=17.47%
B=49.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal75401140.340.6500.55268.3848.0530.2
Hex4B2872224103710c301e
Octal11350162421010674146036
Binary100101110100011100101000101000001011011110000110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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