#4C3167

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

Shades of Blue Diamond #4C3167

Tints of Blue Diamond #4C3167

Color information

#4C3167 (or 0x4C3167) is unknown color: approx Blue Diamond. HEX triplet: 4C, 31 and 67. RGB value is (76,49,103). Sum of RGB (Red+Green+Blue) = 76+49+103=228 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.33% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C3167 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3167 is #B3CE98. Grayscale: #3F3F3F. Windows color (decimal): -11783833 or 6762828. OLE color: 6762828.

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

Color convert

RGB7649103-
CMYK0.260.5200.60
HSL270º35.53%29.8%-
HSV(B)270º52.43%40.39%-
XYZ6.534.7113.4-
YUV63.23150.45137.11-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.33%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 103 (40.62% from 255) = 45.18%
R=33.33%
G=21.49%
B=45.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76491030.260.5200.6027035.5329.8
Hex4C31671A3403C10e241e
Octal1146114732640744164436
Binary1001100110001110011111010110100011110010000111010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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