#4D2278

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

Shades of Blue Diamond #4D2278

Tints of Blue Diamond #4D2278

Color information

#4D2278 (or 0x4D2278) is unknown color: approx Blue Diamond. HEX triplet: 4D, 22 and 78. RGB value is (77,34,120). Sum of RGB (Red+Green+Blue) = 77+34+120=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D2278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2278 is #B2DD87. Grayscale: #383838. Windows color (decimal): -11722120 or 7873101. OLE color: 7873101.

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

Color convert

RGB7734120-
CMYK0.360.7200.53
HSL270º55.84%30.2%-
HSV(B)270º71.67%47.06%-
XYZ7.024.0818.19-
YUV56.66163.75142.51-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 34 (13.67% from 255) = 14.72%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=33.33%
G=14.72%
B=51.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal77341200.360.7200.5327055.8430.2
Hex4D2278244803510e381e
Octal11542170441100654167036
Binary100110110001011110001001001001000011010110000111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,34,120); }

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

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

 a { background-color: rgb(77,34,120); }

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

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

 span { border-color: rgb(77,34,120); }

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