#4B156E

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

Shades of Blue Diamond #4B156E

Tints of Blue Diamond #4B156E

Color information

#4B156E (or 0x4B156E) is unknown color: approx Blue Diamond. HEX triplet: 4B, 15 and 6E. RGB value is (75,21,110). Sum of RGB (Red+Green+Blue) = 75+21+110=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 110 (43.36% from 255 or 53.40% from 206); Max value from RGB is 110 - color contains mainly: blue. Hex color #4B156E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B156E is #B4EA91. Grayscale: #2E2E2E. Windows color (decimal): -11856530 or 7214411. OLE color: 7214411.

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

Color convert

RGB7521110-
CMYK0.320.8100.57
HSL276.4º67.94%25.69%-
HSV(B)276.4º80.91%43.14%-
XYZ5.983.1615.05-
YUV47.29163.39147.76-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 110 (43.36% from 255) = 53.40%
R=36.41%
G=10.19%
B=53.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75211100.320.8100.57276.467.9425.69
Hex4B156E2051039114441a
Octal113251564012107142410432
Binary100101110101110111010000010100010111001100010100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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