#4C2378

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

Shades of Blue Diamond #4C2378

Tints of Blue Diamond #4C2378

Color information

#4C2378 (or 0x4C2378) is unknown color: approx Blue Diamond. HEX triplet: 4C, 23 and 78. RGB value is (76,35,120). Sum of RGB (Red+Green+Blue) = 76+35+120=231 (30% of max value = 765). Red value is 76 (30.08% from 255 or 32.90% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 120 (47.27% from 255 or 51.95% from 231); Max value from RGB is 120 - color contains mainly: blue. Hex color #4C2378 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2378 is #B3DC87. Grayscale: #383838. Windows color (decimal): -11787400 or 7873356. OLE color: 7873356.

HSL color Cylindrical-coordinate representation of color #4C2378: hue angle of 268.94º 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 #4C2378 is Cyan = 0.37, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7635120-
CMYK0.370.7100.53
HSL268.94º54.84%30.39%-
HSV(B)268.94º70.83%47.06%-
XYZ6.974.0918.19-
YUV56.95163.58141.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 32.90%
GREEN value IS 35 (14.06% from 255) = 15.15%
BLUE value IS 120 (47.27% from 255) = 51.95%
R=32.90%
G=15.15%
B=51.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal76351200.370.7100.53268.9454.8430.39
Hex4C2378254703510d371e
Octal11443170451070654156736
Binary100110010001111110001001011000111011010110000110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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