Html Css Color HEX #4C197A Blue Diamond

📋 copy color: '#4C197A'

red 76 ◦ green 25 ◦ blue 122

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

Shades of Blue Diamond #4C197A

Tints of Blue Diamond #4C197A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 54.71%

R = 34.08%
G = 11.21%
B = 54.71%

CMYK

 C value IS 0.38

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4C197A (or 0x4C197A) is known color: Blue Diamond. HEX triplet: 4C, 19 and 7A. RGB value is (76,25,122). Sum of RGB (Red+Green+Blue) = 76+25+122=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #4C197A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C197A is #B3E685. Grayscale: #323232. Windows color (decimal): -11789958 or 8001868. OLE color: 8001868.

HSL color Cylindrical-coordinate representation of color #4C197A: hue angle of 271.55º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C197A is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 76 25 122 -
CMYK 0.38 0.80 0 0.52
HSL 271.55º 0.66% 0.29% -
HSV(B) 271.55º 0.8% 0.48% -
XYZ 6.84 3.64 18.75 -
YUV 51.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 76 25 122 0.38 0.80 0 0.52 271.55 0.66 0.29
Hex 4C 19 7A 26 50 0 34 110 42 1D
Octal 114 31 172 46 120 0 64 420 102 35
Binary 1001100 11001 1111010 100110 1010000 0 110100 100010000 1000010 11101

Color Harmonies of #4C197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C197A

Black with #4C197A

Text Example


Text Example

White with #4C197A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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