#4B1A6D

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

Shades of Blue Diamond #4B1A6D

Tints of Blue Diamond #4B1A6D

Color information

#4B1A6D (or 0x4B1A6D) is unknown color: approx Blue Diamond. HEX triplet: 4B, 1A and 6D. RGB value is (75,26,109). Sum of RGB (Red+Green+Blue) = 75+26+109=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 26 (10.55% from 255 or 12.38% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #4B1A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1A6D is #B4E592. Grayscale: #313131. Windows color (decimal): -11855251 or 7150155. OLE color: 7150155.

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

Color convert

RGB7526109-
CMYK0.310.7600.57
HSL275.42º61.48%26.47%-
HSV(B)275.42º76.15%42.75%-
XYZ6.033.3414.79-
YUV50.11161.23145.75-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.71%
GREEN value IS 26 (10.55% from 255) = 12.38%
BLUE value IS 109 (42.97% from 255) = 51.90%
R=35.71%
G=12.38%
B=51.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal75261090.310.7600.57275.4261.4826.47
Hex4B1A6D1F4C0391133d1a
Octal11332155371140714237532
Binary1001011110101101101111111001100011100110001001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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