Html Css Color HEX #4D266C Blue Diamond

📋 copy color: '#4D266C'

red 77 ◦ green 38 ◦ blue 108

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

Shades of Blue Diamond #4D266C

Tints of Blue Diamond #4D266C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48.43%

R = 34.53%
G = 17.04%
B = 48.43%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D266C (or 0x4D266C) is known color: Blue Diamond. HEX triplet: 4D, 26 and 6C. RGB value is (77,38,108). Sum of RGB (Red+Green+Blue) = 77+38+108=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 108 (42.58% from 255 or 48.43% from 223); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D266C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D266C is #B2D993. Grayscale: #393939. Windows color (decimal): -11721108 or 7087693. OLE color: 7087693.

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

Color convert

RGB 77 38 108 -
CMYK 0.29 0.65 0 0.58
HSL 273.43º 0.48% 0.29% -
HSV(B) 273.43º 0.65% 0.42% -
XYZ 6.46 4.05 14.63 -
YUV 57.64 156.42 141.81 -
System Red Green Blue C M Y K H S L
Decimal 77 38 108 0.29 0.65 0 0.58 273.43 0.48 0.29
Hex 4D 26 6C 1D 41 0 3A 111 30 1D
Octal 115 46 154 35 101 0 72 421 60 35
Binary 1001101 100110 1101100 11101 1000001 0 111010 100010001 110000 11101

Color Harmonies of #4D266C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D266C

Black with #4D266C

Text Example


Text Example

White with #4D266C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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