Html Css Color HEX #4D2E6E Blue Diamond

📋 copy color: '#4D2E6E'

red 77 ◦ green 46 ◦ blue 110

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

Shades of Blue Diamond #4D2E6E

Tints of Blue Diamond #4D2E6E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.74%

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

R = 33.05%
G = 19.74%
B = 47.21%

CMYK

 C value IS 0.3

 M value IS 0.58

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D2E6E (or 0x4D2E6E) is known color: Blue Diamond. HEX triplet: 4D, 2E and 6E. RGB value is (77,46,110). Sum of RGB (Red+Green+Blue) = 77+46+110=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 110 - color contains mainly: blue. Hex color #4D2E6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2E6E is #B2D191. Grayscale: #3E3E3E. Windows color (decimal): -11719058 or 7220813. OLE color: 7220813.

HSL color Cylindrical-coordinate representation of color #4D2E6E: hue angle of 269.06º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D2E6E is Cyan = 0.3, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 46 110 -
CMYK 0.3 0.58 0 0.57
HSL 269.06º 0.41% 0.31% -
HSV(B) 269.06º 0.58% 0.43% -
XYZ 6.85 4.66 15.29 -
YUV 62.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 77 46 110 0.3 0.58 0 0.57 269.06 0.41 0.31
Hex 4D 2E 6E 1E 3A 0 39 10D 29 1F
Octal 115 56 156 36 72 0 71 415 51 37
Binary 1001101 101110 1101110 11110 111010 0 111001 100001101 101001 11111

Color Harmonies of #4D2E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2E6E

Black with #4D2E6E

Text Example


Text Example

White with #4D2E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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