#4D256E

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

Shades of Blue Diamond #4D256E

Tints of Blue Diamond #4D256E

Color information

#4D256E (or 0x4D256E) is unknown color: approx Blue Diamond. HEX triplet: 4D, 25 and 6E. RGB value is (77,37,110). Sum of RGB (Red+Green+Blue) = 77+37+110=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 37 (14.84% from 255 or 16.52% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D256E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D256E is #B2DA91. Grayscale: #393939. Windows color (decimal): -11721362 or 7218509. OLE color: 7218509.

HSL color Cylindrical-coordinate representation of color #4D256E: hue angle of 272.88º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D256E is Cyan = 0.3, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7737110-
CMYK0.30.6600.57
HSL272.88º49.66%28.82%-
HSV(B)272.88º66.36%43.14%-
XYZ6.544.0315.18-
YUV57.28157.75142.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 34.38%
GREEN value IS 37 (14.84% from 255) = 16.52%
BLUE value IS 110 (43.36% from 255) = 49.11%
R=34.38%
G=16.52%
B=49.11%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal77371100.30.6600.57272.8849.6628.82
Hex4D256E1E42039111321d
Octal11545156361020714216235
Binary10011011001011101110111101000010011100110001000111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D256E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,37,110); }

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

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

 a { background-color: rgb(77,37,110); }

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

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

 span { border-color: rgb(77,37,110); }

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