#4B1A78

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

Shades of Blue Diamond #4B1A78

Tints of Blue Diamond #4B1A78

Color information

#4B1A78 (or 0x4B1A78) is unknown color: approx Blue Diamond. HEX triplet: 4B, 1A and 78. RGB value is (75,26,120). Sum of RGB (Red+Green+Blue) = 75+26+120=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B1A78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1A78 is #B4E587. Grayscale: #333333. Windows color (decimal): -11855240 or 7871051. OLE color: 7871051.

HSL color Cylindrical-coordinate representation of color #4B1A78: hue angle of 271.28º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4B1A78 is Cyan = 0.37, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7526120-
CMYK0.370.7800.53
HSL271.28º64.38%28.63%-
HSV(B)271.28º78.33%47.06%-
XYZ6.663.5918.11-
YUV51.37166.73144.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.94%
GREEN value IS 26 (10.55% from 255) = 11.76%
BLUE value IS 120 (47.27% from 255) = 54.30%
R=33.94%
G=11.76%
B=54.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75261200.370.7800.53271.2864.3828.63
Hex4B1A78254E03510f401d
Octal113321704511606541710035
Binary100101111010111100010010110011100110101100001111100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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