#4B2476

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

Shades of Blue Diamond #4B2476

Tints of Blue Diamond #4B2476

Color information

#4B2476 (or 0x4B2476) is unknown color: approx Blue Diamond. HEX triplet: 4B, 24 and 76. RGB value is (75,36,118). Sum of RGB (Red+Green+Blue) = 75+36+118=229 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.75% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 118 (46.48% from 255 or 51.53% from 229); Max value from RGB is 118 - color contains mainly: blue. Hex color #4B2476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2476 is #B4DB89. Grayscale: #383838. Windows color (decimal): -11852682 or 7742539. OLE color: 7742539.

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

Color convert

RGB7536118-
CMYK0.360.6900.54
HSL268.54º53.25%30.2%-
HSV(B)268.54º69.49%46.27%-
XYZ6.84.0717.57-
YUV57.01162.42140.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.75%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 118 (46.48% from 255) = 51.53%
R=32.75%
G=15.72%
B=51.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal75361180.360.6900.54268.5453.2530.2
Hex4B2476244503610d351e
Octal11344166441050664156536
Binary100101110010011101101001001000101011011010000110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,118); }

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

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

 a { background-color: rgb(75,36,118); }

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

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

 span { border-color: rgb(75,36,118); }

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