#4B2078

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

Shades of Blue Diamond #4B2078

Tints of Blue Diamond #4B2078

Color information

#4B2078 (or 0x4B2078) is unknown color: approx Blue Diamond. HEX triplet: 4B, 20 and 78. RGB value is (75,32,120). Sum of RGB (Red+Green+Blue) = 75+32+120=227 (30% of max value = 765). Red value is 75 (29.69% from 255 or 33.04% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #4B2078 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2078 is #B4DF87. Grayscale: #363636. Windows color (decimal): -11853704 or 7872587. OLE color: 7872587.

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

Color convert

RGB7532120-
CMYK0.370.7300.53
HSL269.32º57.89%29.8%-
HSV(B)269.32º73.33%47.06%-
XYZ6.813.8818.16-
YUV54.89164.75142.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 33.04%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=33.04%
G=14.10%
B=52.86%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75321200.370.7300.53269.3257.8929.8
Hex4B2078254903510d3a1e
Octal11340170451110654157236
Binary100101110000011110001001011001001011010110000110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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