#4c3170

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

Shades of Blue Diamond #4C3170

Tints of Blue Diamond #4C3170

Color information

#4C3170 (or 0x4C3170) is unknown color: approx Blue Diamond. HEX triplet: 4C, 31 and 70. RGB value is (76,49,112). Sum of RGB (Red+Green+Blue) = 76+49+112=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 112 - color contains mainly: blue. Hex color #4C3170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3170 is #B3CE8F. Grayscale: #404040. Windows color (decimal): -11783824 or 7352652. OLE color: 7352652.

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

Color convert

RGB7649112-
CMYK0.320.5600.56
HSL265.71º39.13%31.57%-
HSV(B)265.71º56.25%43.92%-
XYZ74.915.91-
YUV64.26154.95136.38-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.07%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=32.07%
G=20.68%
B=47.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76491120.320.5600.56265.7139.1331.57
Hex4C3170203803810a2720
Octal1146116040700704124740
Binary100110011000111100001000001110000111000100001010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c3170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,49,112); }

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

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

 a { background-color: rgb(76,49,112); }

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

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

 span { border-color: rgb(76,49,112); }

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