#4D2169

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

Shades of Blue Diamond #4D2169

Tints of Blue Diamond #4D2169

Color information

#4D2169 (or 0x4D2169) is unknown color: approx Blue Diamond. HEX triplet: 4D, 21 and 69. RGB value is (77,33,105). Sum of RGB (Red+Green+Blue) = 77+33+105=215 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.81% from 215); Green value is 33 (13.28% from 255 or 15.35% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #4D2169 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2169 is #B2DE96. Grayscale: #363636. Windows color (decimal): -11722391 or 6889805. OLE color: 6889805.

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

Color convert

RGB7733105-
CMYK0.270.6900.59
HSL276.67º52.17%27.06%-
HSV(B)276.67º68.57%41.18%-
XYZ6.153.6913.75-
YUV54.36156.58144.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.81%
GREEN value IS 33 (13.28% from 255) = 15.35%
BLUE value IS 105 (41.41% from 255) = 48.84%
R=35.81%
G=15.35%
B=48.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77331050.270.6900.59276.6752.1727.06
Hex4D21691B4503B115341b
Octal11541151331050734256433
Binary10011011000011101001110111000101011101110001010111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,33,105); }

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

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

 a { background-color: rgb(77,33,105); }

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

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

 span { border-color: rgb(77,33,105); }

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