#4B166D

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

Shades of Blue Diamond #4B166D

Tints of Blue Diamond #4B166D

Color information

#4B166D (or 0x4B166D) is unknown color: approx Blue Diamond. HEX triplet: 4B, 16 and 6D. RGB value is (75,22,109). Sum of RGB (Red+Green+Blue) = 75+22+109=206 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.41% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B166D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B166D is #B4E992. Grayscale: #2F2F2F. Windows color (decimal): -11856275 or 7149131. OLE color: 7149131.

HSL color Cylindrical-coordinate representation of color #4B166D: hue angle of 276.55º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B166D is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7522109-
CMYK0.310.8000.57
HSL276.55º66.41%25.69%-
HSV(B)276.55º79.82%42.75%-
XYZ5.953.1714.77-
YUV47.76162.56147.43-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.41%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 109 (42.97% from 255) = 52.91%
R=36.41%
G=10.68%
B=52.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75221090.310.8000.57276.5566.4125.69
Hex4B166D1F50039115421a
Octal113261553712007142510232
Binary10010111011011011011111110100000111001100010101100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B166D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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