#4B1A70

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

Shades of Blue Diamond #4B1A70

Tints of Blue Diamond #4B1A70

Color information

#4B1A70 (or 0x4B1A70) is unknown color: approx Blue Diamond. HEX triplet: 4B, 1A and 70. RGB value is (75,26,112). Sum of RGB (Red+Green+Blue) = 75+26+112=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 26 (10.55% from 255 or 12.21% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #4B1A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1A70 is #B4E58F. Grayscale: #323232. Windows color (decimal): -11855248 or 7346763. OLE color: 7346763.

HSL color Cylindrical-coordinate representation of color #4B1A70: hue angle of 274.19º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1A70 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7526112-
CMYK0.330.7700.56
HSL274.19º62.32%27.06%-
HSV(B)274.19º76.79%43.92%-
XYZ6.23.415.66-
YUV50.46162.73145.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.21%
GREEN value IS 26 (10.55% from 255) = 12.21%
BLUE value IS 112 (44.14% from 255) = 52.58%
R=35.21%
G=12.21%
B=52.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal75261120.330.7700.56274.1962.3227.06
Hex4B1A70214D0381123e1b
Octal11332160411150704227633
Binary10010111101011100001000011001101011100010001001011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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