#4B1B75

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

Shades of Blue Diamond #4B1B75

Tints of Blue Diamond #4B1B75

Color information

#4B1B75 (or 0x4B1B75) is unknown color: approx Blue Diamond. HEX triplet: 4B, 1B and 75. RGB value is (75,27,117). Sum of RGB (Red+Green+Blue) = 75+27+117=219 (29% of max value = 765). Red value is 75 (29.69% from 255 or 34.25% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #4B1B75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1B75 is #B4E48A. Grayscale: #333333. Windows color (decimal): -11854987 or 7674699. OLE color: 7674699.

HSL color Cylindrical-coordinate representation of color #4B1B75: hue angle of 272º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4B1B75 is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7527117-
CMYK0.360.7700.54
HSL272º62.5%28.24%-
HSV(B)272º76.92%45.88%-
XYZ6.53.5617.17-
YUV51.61164.9144.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 34.25%
GREEN value IS 27 (10.94% from 255) = 12.33%
BLUE value IS 117 (46.09% from 255) = 53.42%
R=34.25%
G=12.33%
B=53.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75271170.360.7700.5427262.528.24
Hex4B1B75244D0361103e1c
Octal11333165441150664207634
Binary10010111101111101011001001001101011011010001000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,27,117); }

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

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

 a { background-color: rgb(75,27,117); }

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

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

 span { border-color: rgb(75,27,117); }

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