Html Css Color HEX #4D266D Blue Diamond

📋 copy color: '#4D266D'

red 77 ◦ green 38 ◦ blue 109

#4D266D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Diamond #4D266D

Tints of Blue Diamond #4D266D

RGB

 RED value IS 77 (30.47% from 255) = 34.38%

 GREEN value IS 38 (15.23% from 255) = 16.96%

 BLUE value IS 109 (42.97% from 255) = 48.66%

R = 34.38%
G = 16.96%
B = 48.66%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D266D (or 0x4D266D) is known color: Blue Diamond. HEX triplet: 4D, 26 and 6D. RGB value is (77,38,109). Sum of RGB (Red+Green+Blue) = 77+38+109=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 38 (15.23% from 255 or 16.96% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D266D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D266D is #B2D992. Grayscale: #393939. Windows color (decimal): -11721107 or 7153229. OLE color: 7153229.

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

Color convert

RGB 77 38 109 -
CMYK 0.29 0.65 0 0.57
HSL 272.96º 0.48% 0.29% -
HSV(B) 272.96º 0.65% 0.43% -
XYZ 6.51 4.07 14.91 -
YUV 57.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 77 38 109 0.29 0.65 0 0.57 272.96 0.48 0.29
Hex 4D 26 6D 1D 41 0 39 111 30 1D
Octal 115 46 155 35 101 0 71 421 60 35
Binary 1001101 100110 1101101 11101 1000001 0 111001 100010001 110000 11101

Color Harmonies of #4D266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D266D

Black with #4D266D

Text Example


Text Example

White with #4D266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D266D;
 }
 .AnyTagClassName
 {
   color: #4D266D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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