Html Css Color HEX #4C196D Blue Diamond

📋 copy color: '#4C196D'

red 76 ◦ green 25 ◦ blue 109

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

Shades of Blue Diamond #4C196D

Tints of Blue Diamond #4C196D

RGB

 RED value IS 76 (30.08% from 255) = 36.19%

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

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

R = 36.19%
G = 11.9%
B = 51.9%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C196D (or 0x4C196D) is known color: Blue Diamond. HEX triplet: 4C, 19 and 6D. RGB value is (76,25,109). Sum of RGB (Red+Green+Blue) = 76+25+109=210 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.19% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C196D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C196D is #B3E692. Grayscale: #313131. Windows color (decimal): -11789971 or 7149900. OLE color: 7149900.

HSL color Cylindrical-coordinate representation of color #4C196D: hue angle of 276.43º 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 #4C196D is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 25 109 -
CMYK 0.30 0.77 0 0.57
HSL 276.43º 0.63% 0.26% -
HSV(B) 276.43º 0.77% 0.43% -
XYZ 6.09 3.34 14.79 -
YUV 49.83 161.4 146.67 -
System Red Green Blue C M Y K H S L
Decimal 76 25 109 0.30 0.77 0 0.57 276.43 0.63 0.26
Hex 4C 19 6D 1E 4D 0 39 114 3F 1A
Octal 114 31 155 36 115 0 71 424 77 32
Binary 1001100 11001 1101101 11110 1001101 0 111001 100010100 111111 11010

Color Harmonies of #4C196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C196D

Black with #4C196D

Text Example


Text Example

White with #4C196D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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