#4C2767

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

Shades of Blue Diamond #4C2767

Tints of Blue Diamond #4C2767

Color information

#4C2767 (or 0x4C2767) is unknown color: approx Blue Diamond. HEX triplet: 4C, 27 and 67. RGB value is (76,39,103). Sum of RGB (Red+Green+Blue) = 76+39+103=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 103 (40.62% from 255 or 47.25% from 218); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C2767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2767 is #B3D898. Grayscale: #393939. Windows color (decimal): -11786393 or 6760268. OLE color: 6760268.

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

Color convert

RGB7639103-
CMYK0.260.6200.60
HSL274.69º45.07%27.84%-
HSV(B)274.69º62.14%40.39%-
XYZ6.153.9713.27-
YUV57.36153.76141.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.86%
GREEN value IS 39 (15.62% from 255) = 17.89%
BLUE value IS 103 (40.62% from 255) = 47.25%
R=34.86%
G=17.89%
B=47.25%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76391030.260.6200.60274.6945.0727.84
Hex4C27671A3E03C1132d1c
Octal1144714732760744235534
Binary1001100100111110011111010111110011110010001001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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