#4C276B

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

Shades of Blue Diamond #4C276B

Tints of Blue Diamond #4C276B

Color information

#4C276B (or 0x4C276B) is unknown color: approx Blue Diamond. HEX triplet: 4C, 27 and 6B. RGB value is (76,39,107). Sum of RGB (Red+Green+Blue) = 76+39+107=222 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.23% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C276B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C276B is #B3D894. Grayscale: #393939. Windows color (decimal): -11786389 or 7022412. OLE color: 7022412.

HSL color Cylindrical-coordinate representation of color #4C276B: hue angle of 272.65º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C276B is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7639107-
CMYK0.290.6400.58
HSL272.65º46.58%28.63%-
HSV(B)272.65º63.55%41.96%-
XYZ6.364.0514.36-
YUV57.82155.76140.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.23%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 107 (42.19% from 255) = 48.20%
R=34.23%
G=17.57%
B=48.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76391070.290.6400.58272.6546.5828.63
Hex4C276B1D4003A1112f1d
Octal11447153351000724215735
Binary10011001001111101011111011000000011101010001000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C276B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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