#4C286F

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

Shades of Blue Diamond #4C286F

Tints of Blue Diamond #4C286F

Color information

#4C286F (or 0x4C286F) is unknown color: approx Blue Diamond. HEX triplet: 4C, 28 and 6F. RGB value is (76,40,111). Sum of RGB (Red+Green+Blue) = 76+40+111=227 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.48% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C286F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C286F is #B3D790. Grayscale: #3A3A3A. Windows color (decimal): -11786129 or 7284812. OLE color: 7284812.

HSL color Cylindrical-coordinate representation of color #4C286F: hue angle of 270.42º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4C286F is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7640111-
CMYK0.320.6400.56
HSL270.42º47.02%29.61%-
HSV(B)270.42º63.96%43.53%-
XYZ6.614.215.5-
YUV58.86157.43140.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.48%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 111 (43.75% from 255) = 48.90%
R=33.48%
G=17.62%
B=48.90%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal76401110.320.6400.56270.4247.0229.61
Hex4C286F204003810e2f1e
Octal11450157401000704165736
Binary100110010100011011111000001000000011100010000111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C286F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,40,111); }

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

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

 a { background-color: rgb(76,40,111); }

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

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

 span { border-color: rgb(76,40,111); }

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