Html Css Color HEX #4D296D Blue Diamond

📋 copy color: '#4D296D'

red 77 ◦ green 41 ◦ blue 109

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

Shades of Blue Diamond #4D296D

Tints of Blue Diamond #4D296D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 109 (42.97% from 255) = 48.02%

R = 33.92%
G = 18.06%
B = 48.02%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D296D (or 0x4D296D) is known color: Blue Diamond. HEX triplet: 4D, 29 and 6D. RGB value is (77,41,109). Sum of RGB (Red+Green+Blue) = 77+41+109=227 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.92% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 109 (42.97% from 255 or 48.02% from 227); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D296D is #B2D692. Grayscale: #3B3B3B. Windows color (decimal): -11720339 or 7153997. OLE color: 7153997.

HSL color Cylindrical-coordinate representation of color #4D296D: hue angle of 271.76º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D296D is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 41 109 -
CMYK 0.29 0.62 0 0.57
HSL 271.76º 0.45% 0.29% -
HSV(B) 271.76º 0.62% 0.43% -
XYZ 6.61 4.27 14.94 -
YUV 59.52 155.93 140.47 -
System Red Green Blue C M Y K H S L
Decimal 77 41 109 0.29 0.62 0 0.57 271.76 0.45 0.29
Hex 4D 29 6D 1D 3E 0 39 110 2D 1D
Octal 115 51 155 35 76 0 71 420 55 35
Binary 1001101 101001 1101101 11101 111110 0 111001 100010000 101101 11101

Color Harmonies of #4D296D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D296D

Black with #4D296D

Text Example


Text Example

White with #4D296D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,41,109); }

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

background-color css

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

 a { background-color: rgb(77,41,109); }

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

border-color css

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

 span { border-color: rgb(77,41,109); }

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