#4B1E7C

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

Shades of Blue Diamond #4B1E7C

Tints of Blue Diamond #4B1E7C

Color information

#4B1E7C (or 0x4B1E7C) is unknown color: approx Blue Diamond. HEX triplet: 4B, 1E and 7C. RGB value is (75,30,124). Sum of RGB (Red+Green+Blue) = 75+30+124=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 124 (48.83% from 255 or 54.15% from 229); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B1E7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1E7C is #B4E183. Grayscale: #353535. Windows color (decimal): -11854212 or 8134219. OLE color: 8134219.

HSL color Cylindrical-coordinate representation of color #4B1E7C: hue angle of 268.72º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B1E7C is Cyan = 0.40, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7530124-
CMYK0.400.7600.51
HSL268.72º61.04%30.2%-
HSV(B)268.72º75.81%48.63%-
XYZ73.8819.45-
YUV54.17167.41142.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 30 (12.11% from 255) = 13.10%
BLUE value IS 124 (48.83% from 255) = 54.15%
R=32.75%
G=13.10%
B=54.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal75301240.400.7600.51268.7261.0430.2
Hex4B1E7C284C03310d3d1e
Octal11336174501140634157536
Binary10010111111011111001010001001100011001110000110111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,30,124); }

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

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

 a { background-color: rgb(75,30,124); }

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

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

 span { border-color: rgb(75,30,124); }

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