Html Css Color HEX #4D266E Blue Diamond

📋 copy color: '#4D266E'

red 77 ◦ green 38 ◦ blue 110

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

Shades of Blue Diamond #4D266E

Tints of Blue Diamond #4D266E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.89%

R = 34.22%
G = 16.89%
B = 48.89%

CMYK

 C value IS 0.3

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D266E (or 0x4D266E) is known color: Blue Diamond. HEX triplet: 4D, 26 and 6E. RGB value is (77,38,110). Sum of RGB (Red+Green+Blue) = 77+38+110=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D266E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D266E is #B2D991. Grayscale: #393939. Windows color (decimal): -11721106 or 7218765. OLE color: 7218765.

HSL color Cylindrical-coordinate representation of color #4D266E: hue angle of 272.5º degrees, saturation: 0.49, 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 #4D266E is Cyan = 0.3, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 38 110 -
CMYK 0.3 0.65 0 0.57
HSL 272.5º 0.49% 0.29% -
HSV(B) 272.5º 0.65% 0.43% -
XYZ 6.57 4.09 15.2 -
YUV 57.87 157.42 141.65 -
System Red Green Blue C M Y K H S L
Decimal 77 38 110 0.3 0.65 0 0.57 272.5 0.49 0.29
Hex 4D 26 6E 1E 41 0 39 110 31 1D
Octal 115 46 156 36 101 0 71 420 61 35
Binary 1001101 100110 1101110 11110 1000001 0 111001 100010000 110001 11101

Color Harmonies of #4D266E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D266E

Black with #4D266E

Text Example


Text Example

White with #4D266E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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