#4D2268

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

Shades of Blue Diamond #4D2268

Tints of Blue Diamond #4D2268

Color information

#4D2268 (or 0x4D2268) is unknown color: approx Blue Diamond. HEX triplet: 4D, 22 and 68. RGB value is (77,34,104). Sum of RGB (Red+Green+Blue) = 77+34+104=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2268 is #B2DD97. Grayscale: #363636. Windows color (decimal): -11722136 or 6824525. OLE color: 6824525.

HSL color Cylindrical-coordinate representation of color #4D2268: hue angle of 276.86º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D2268 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7734104-
CMYK0.260.6700.59
HSL276.86º50.72%27.06%-
HSV(B)276.86º67.31%40.78%-
XYZ6.133.7213.49-
YUV54.84155.75143.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.81%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 104 (41.02% from 255) = 48.37%
R=35.81%
G=15.81%
B=48.37%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77341040.260.6700.59276.8650.7227.06
Hex4D22681A4303B115331b
Octal11542150321030734256333
Binary10011011000101101000110101000011011101110001010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,34,104); }

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

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

 a { background-color: rgb(77,34,104); }

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

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

 span { border-color: rgb(77,34,104); }

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