#4B216E

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

Shades of Blue Diamond #4B216E

Tints of Blue Diamond #4B216E

Color information

#4B216E (or 0x4B216E) is unknown color: approx Blue Diamond. HEX triplet: 4B, 21 and 6E. RGB value is (75,33,110). Sum of RGB (Red+Green+Blue) = 75+33+110=218 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.40% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 110 (43.36% from 255 or 50.46% from 218); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B216E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B216E is #B4DE91. Grayscale: #363636. Windows color (decimal): -11853458 or 7217483. OLE color: 7217483.

HSL color Cylindrical-coordinate representation of color #4B216E: hue angle of 272.73º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B216E is Cyan = 0.32, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7533110-
CMYK0.320.700.57
HSL272.73º53.85%28.04%-
HSV(B)272.73º70%43.14%-
XYZ6.263.7115.14-
YUV54.34159.41142.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.40%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 110 (43.36% from 255) = 50.46%
R=34.40%
G=15.14%
B=50.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75331100.320.700.57272.7353.8528.04
Hex4B216E2046039111361c
Octal11341156401060714216634
Binary100101110000111011101000001000110011100110001000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,33,110); }

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

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

 a { background-color: rgb(75,33,110); }

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

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

 span { border-color: rgb(75,33,110); }

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