#4D267D

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

Shades of Blue Diamond #4D267D

Tints of Blue Diamond #4D267D

Color information

#4D267D (or 0x4D267D) is unknown color: approx Blue Diamond. HEX triplet: 4D, 26 and 7D. RGB value is (77,38,125). Sum of RGB (Red+Green+Blue) = 77+38+125=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #4D267D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D267D is #B2D982. Grayscale: #3B3B3B. Windows color (decimal): -11721091 or 8201805. OLE color: 8201805.

HSL color Cylindrical-coordinate representation of color #4D267D: hue angle of 266.9º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D267D is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7738125-
CMYK0.380.7000.51
HSL266.9º53.37%31.96%-
HSV(B)266.9º69.6%49.02%-
XYZ7.464.4419.87-
YUV59.58164.92140.43-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 32.08%
GREEN value IS 38 (15.23% from 255) = 15.83%
BLUE value IS 125 (49.22% from 255) = 52.08%
R=32.08%
G=15.83%
B=52.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal77381250.380.7000.51266.953.3731.96
Hex4D267D264603310b3520
Octal11546175461060634136540
Binary1001101100110111110110011010001100110011100001011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D267D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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