Html Css Color HEX #4D196D Blue Diamond

📋 copy color: '#4D196D'

red 77 ◦ green 25 ◦ blue 109

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

Shades of Blue Diamond #4D196D

Tints of Blue Diamond #4D196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.85%

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

R = 36.49%
G = 11.85%
B = 51.66%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D196D (or 0x4D196D) is known color: Blue Diamond. HEX triplet: 4D, 19 and 6D. RGB value is (77,25,109). Sum of RGB (Red+Green+Blue) = 77+25+109=211 (27% of max value = 765). Red value is 77 (30.47% from 255 or 36.49% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 109 (42.97% from 255 or 51.66% from 211); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D196D is #B2E692. Grayscale: #313131. Windows color (decimal): -11724435 or 7149901. OLE color: 7149901.

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

Color convert

RGB 77 25 109 -
CMYK 0.29 0.77 0 0.57
HSL 277.14º 0.63% 0.26% -
HSV(B) 277.14º 0.77% 0.43% -
XYZ 6.17 3.38 14.79 -
YUV 50.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 77 25 109 0.29 0.77 0 0.57 277.14 0.63 0.26
Hex 4D 19 6D 1D 4D 0 39 115 3F 1A
Octal 115 31 155 35 115 0 71 425 77 32
Binary 1001101 11001 1101101 11101 1001101 0 111001 100010101 111111 11010

Color Harmonies of #4D196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D196D

Black with #4D196D

Text Example


Text Example

White with #4D196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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