#4D2675

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

Shades of Blue Diamond #4D2675

Tints of Blue Diamond #4D2675

Color information

#4D2675 (or 0x4D2675) is unknown color: approx Blue Diamond. HEX triplet: 4D, 26 and 75. RGB value is (77,38,117). Sum of RGB (Red+Green+Blue) = 77+38+117=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 117 (46.09% from 255 or 50.43% from 232); Max value from RGB is 117 - color contains mainly: blue. Hex color #4D2675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2675 is #B2D98A. Grayscale: #3A3A3A. Windows color (decimal): -11721099 or 7677517. OLE color: 7677517.

HSL color Cylindrical-coordinate representation of color #4D2675: hue angle of 269.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D2675 is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7738117-
CMYK0.340.6800.54
HSL269.62º50.97%30.39%-
HSV(B)269.62º67.52%45.88%-
XYZ6.964.2517.28-
YUV58.67160.92141.08-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.19%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 117 (46.09% from 255) = 50.43%
R=33.19%
G=16.38%
B=50.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal77381170.340.6800.54269.6250.9730.39
Hex4D2675224403610e331e
Octal11546165421040664166336
Binary100110110011011101011000101000100011011010000111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,38,117); }

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

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

 a { background-color: rgb(77,38,117); }

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

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

 span { border-color: rgb(77,38,117); }

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