#4D3471

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

Shades of Blue Diamond #4D3471

Tints of Blue Diamond #4D3471

Color information

#4D3471 (or 0x4D3471) is unknown color: approx Blue Diamond. HEX triplet: 4D, 34 and 71. RGB value is (77,52,113). Sum of RGB (Red+Green+Blue) = 77+52+113=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 113 (44.53% from 255 or 46.69% from 242); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D3471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3471 is #B2CB8E. Grayscale: #424242. Windows color (decimal): -11717519 or 7418957. OLE color: 7418957.

HSL color Cylindrical-coordinate representation of color #4D3471: hue angle of 264.59º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D3471 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7752113-
CMYK0.320.5400.56
HSL264.59º36.97%32.35%-
HSV(B)264.59º53.98%44.31%-
XYZ7.275.2316.25-
YUV66.43154.28135.54-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 31.82%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 113 (44.53% from 255) = 46.69%
R=31.82%
G=21.49%
B=46.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal77521130.320.5400.56264.5936.9732.35
Hex4D347120360381092520
Octal1156416140660704114540
Binary100110111010011100011000001101100111000100001001100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,52,113); }

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

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

 a { background-color: rgb(77,52,113); }

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

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

 span { border-color: rgb(77,52,113); }

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