Html Css Color HEX #4D266B Blue Diamond

📋 copy color: '#4D266B'

red 77 ◦ green 38 ◦ blue 107

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

Shades of Blue Diamond #4D266B

Tints of Blue Diamond #4D266B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.2%

R = 34.68%
G = 17.12%
B = 48.2%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D266B (or 0x4D266B) is known color: Blue Diamond. HEX triplet: 4D, 26 and 6B. RGB value is (77,38,107). Sum of RGB (Red+Green+Blue) = 77+38+107=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D266B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D266B is #B2D994. Grayscale: #393939. Windows color (decimal): -11721109 or 7022157. OLE color: 7022157.

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

Color convert

RGB 77 38 107 -
CMYK 0.28 0.64 0 0.58
HSL 273.91º 0.48% 0.28% -
HSV(B) 273.91º 0.64% 0.42% -
XYZ 6.41 4.03 14.35 -
YUV 57.53 155.92 141.89 -
System Red Green Blue C M Y K H S L
Decimal 77 38 107 0.28 0.64 0 0.58 273.91 0.48 0.28
Hex 4D 26 6B 1C 40 0 3A 112 30 1C
Octal 115 46 153 34 100 0 72 422 60 34
Binary 1001101 100110 1101011 11100 1000000 0 111010 100010010 110000 11100

Color Harmonies of #4D266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D266B

Black with #4D266B

Text Example


Text Example

White with #4D266B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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