#4C2377

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

Shades of Blue Diamond #4C2377

Tints of Blue Diamond #4C2377

Color information

#4C2377 (or 0x4C2377) is unknown color: approx Blue Diamond. HEX triplet: 4C, 23 and 77. RGB value is (76,35,119). Sum of RGB (Red+Green+Blue) = 76+35+119=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 119 (46.88% from 255 or 51.74% from 230); Max value from RGB is 119 - color contains mainly: blue. Hex color #4C2377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2377 is #B3DC88. Grayscale: #383838. Windows color (decimal): -11787401 or 7807820. OLE color: 7807820.

HSL color Cylindrical-coordinate representation of color #4C2377: hue angle of 269.29º degrees, saturation: 0.55, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4C2377 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7635119-
CMYK0.360.7100.53
HSL269.29º54.55%30.2%-
HSV(B)269.29º70.59%46.67%-
XYZ6.914.0717.87-
YUV56.84163.08141.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 35 (14.06% from 255) = 15.22%
BLUE value IS 119 (46.88% from 255) = 51.74%
R=33.04%
G=15.22%
B=51.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76351190.360.7100.53269.2954.5530.2
Hex4C2377244703510d371e
Octal11443167441070654156736
Binary100110010001111101111001001000111011010110000110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,35,119); }

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

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

 a { background-color: rgb(76,35,119); }

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

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

 span { border-color: rgb(76,35,119); }

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