#4C3471

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

Shades of Blue Diamond #4C3471

Tints of Blue Diamond #4C3471

Color information

#4C3471 (or 0x4C3471) is unknown color: approx Blue Diamond. HEX triplet: 4C, 34 and 71. RGB value is (76,52,113). Sum of RGB (Red+Green+Blue) = 76+52+113=241 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.54% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 113 - color contains mainly: blue. Hex color #4C3471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3471 is #B3CB8E. Grayscale: #414141. Windows color (decimal): -11783055 or 7418956. OLE color: 7418956.

HSL color Cylindrical-coordinate representation of color #4C3471: hue angle of 263.61º 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 #4C3471 is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7652113-
CMYK0.330.5400.56
HSL263.61º36.97%32.35%-
HSV(B)263.61º53.98%44.31%-
XYZ7.195.1816.24-
YUV66.13154.45135.04-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.54%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 113 (44.53% from 255) = 46.89%
R=31.54%
G=21.58%
B=46.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76521130.330.5400.56263.6136.9732.35
Hex4C347121360381082520
Octal1146416141660704104540
Binary100110011010011100011000011101100111000100001000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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