#4B2C6D

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

Shades of Blue Diamond #4B2C6D

Tints of Blue Diamond #4B2C6D

Color information

#4B2C6D (or 0x4B2C6D) is unknown color: approx Blue Diamond. HEX triplet: 4B, 2C and 6D. RGB value is (75,44,109). Sum of RGB (Red+Green+Blue) = 75+44+109=228 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.89% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B2C6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2C6D is #B4D392. Grayscale: #3C3C3C. Windows color (decimal): -11850643 or 7154763. OLE color: 7154763.

HSL color Cylindrical-coordinate representation of color #4B2C6D: hue angle of 268.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B2C6D is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7544109-
CMYK0.310.6000.57
HSL268.62º42.48%30%-
HSV(B)268.62º59.63%42.75%-
XYZ6.564.414.97-
YUV60.68155.27138.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.89%
GREEN value IS 44 (17.58% from 255) = 19.30%
BLUE value IS 109 (42.97% from 255) = 47.81%
R=32.89%
G=19.30%
B=47.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75441090.310.6000.57268.6242.4830
Hex4B2C6D1F3C03910d2a1e
Octal1135415537740714155236
Binary1001011101100110110111111111100011100110000110110101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,44,109); }

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

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

 a { background-color: rgb(75,44,109); }

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

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

 span { border-color: rgb(75,44,109); }

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