Html Css Color HEX #4D2E6C Blue Diamond

📋 copy color: '#4D2E6C'

red 77 ◦ green 46 ◦ blue 108

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

Shades of Blue Diamond #4D2E6C

Tints of Blue Diamond #4D2E6C

RGB

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

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

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

R = 33.33%
G = 19.91%
B = 46.75%

CMYK

 C value IS 0.29

 M value IS 0.57

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D2E6C (or 0x4D2E6C) is known color: Blue Diamond. HEX triplet: 4D, 2E and 6C. RGB value is (77,46,108). Sum of RGB (Red+Green+Blue) = 77+46+108=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D2E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2E6C is #B2D193. Grayscale: #3E3E3E. Windows color (decimal): -11719060 or 7089741. OLE color: 7089741.

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

Color convert

RGB 77 46 108 -
CMYK 0.29 0.57 0 0.58
HSL 270º 0.4% 0.3% -
HSV(B) 270º 0.57% 0.42% -
XYZ 6.74 4.61 14.72 -
YUV 62.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 77 46 108 0.29 0.57 0 0.58 270 0.4 0.3
Hex 4D 2E 6C 1D 39 0 3A 10E 28 1E
Octal 115 56 154 35 71 0 72 416 50 36
Binary 1001101 101110 1101100 11101 111001 0 111010 100001110 101000 11110

Color Harmonies of #4D2E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2E6C

Black with #4D2E6C

Text Example


Text Example

White with #4D2E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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