#4B196D

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

Shades of Blue Diamond #4B196D

Tints of Blue Diamond #4B196D

Color information

#4B196D (or 0x4B196D) is unknown color: approx Blue Diamond. HEX triplet: 4B, 19 and 6D. RGB value is (75,25,109). Sum of RGB (Red+Green+Blue) = 75+25+109=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 109 (42.97% from 255 or 52.15% from 209); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B196D is #B4E692. Grayscale: #313131. Windows color (decimal): -11855507 or 7149899. OLE color: 7149899.

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

Color convert

RGB7525109-
CMYK0.310.7700.57
HSL275.71º62.69%26.27%-
HSV(B)275.71º77.06%42.75%-
XYZ6.013.314.79-
YUV49.53161.56146.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 25 (10.16% from 255) = 11.96%
BLUE value IS 109 (42.97% from 255) = 52.15%
R=35.89%
G=11.96%
B=52.15%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75251090.310.7700.57275.7162.6926.27
Hex4B196D1F4D0391143f1a
Octal11331155371150714247732
Binary1001011110011101101111111001101011100110001010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B196D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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