#4D3067

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

Shades of Blue Diamond #4D3067

Tints of Blue Diamond #4D3067

Color information

#4D3067 (or 0x4D3067) is unknown color: approx Blue Diamond. HEX triplet: 4D, 30 and 67. RGB value is (77,48,103). Sum of RGB (Red+Green+Blue) = 77+48+103=228 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.77% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 103 (40.62% from 255 or 45.18% from 228); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D3067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3067 is #B2CF98. Grayscale: #3E3E3E. Windows color (decimal): -11718553 or 6762573. OLE color: 6762573.

HSL color Cylindrical-coordinate representation of color #4D3067: hue angle of 271.64º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D3067 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7748103-
CMYK0.250.5300.60
HSL271.64º36.42%29.61%-
HSV(B)271.64º53.4%40.39%-
XYZ6.574.6713.39-
YUV62.94150.61138.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.77%
GREEN value IS 48 (19.14% from 255) = 21.05%
BLUE value IS 103 (40.62% from 255) = 45.18%
R=33.77%
G=21.05%
B=45.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77481030.250.5300.60271.6436.4229.61
Hex4D3067193503C110241e
Octal1156014731650744204436
Binary1001101110000110011111001110101011110010001000010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,48,103); }

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

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

 a { background-color: rgb(77,48,103); }

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

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

 span { border-color: rgb(77,48,103); }

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