#4B2777

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

Shades of Blue Diamond #4B2777

Tints of Blue Diamond #4B2777

Color information

#4B2777 (or 0x4B2777) is unknown color: approx Blue Diamond. HEX triplet: 4B, 27 and 77. RGB value is (75,39,119). Sum of RGB (Red+Green+Blue) = 75+39+119=233 (30% of max value = 765). Red value is 75 (29.69% from 255 or 32.19% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 119 (46.88% from 255 or 51.07% from 233); Max value from RGB is 119 - color contains mainly: blue. Hex color #4B2777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2777 is #B4D888. Grayscale: #3A3A3A. Windows color (decimal): -11851913 or 7808843. OLE color: 7808843.

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

Color convert

RGB7539119-
CMYK0.370.6700.53
HSL267º50.63%30.98%-
HSV(B)267º67.23%46.67%-
XYZ6.964.2817.91-
YUV58.88161.93139.5-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 32.19%
GREEN value IS 39 (15.62% from 255) = 16.74%
BLUE value IS 119 (46.88% from 255) = 51.07%
R=32.19%
G=16.74%
B=51.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal75391190.370.6700.5326750.6330.98
Hex4B2777254303510b331f
Octal11347167451030654136337
Binary100101110011111101111001011000011011010110000101111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,39,119); }

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

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

 a { background-color: rgb(75,39,119); }

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

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

 span { border-color: rgb(75,39,119); }

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