Html Css Color HEX #4C197C Blue Diamond

📋 copy color: '#4C197C'

red 76 ◦ green 25 ◦ blue 124

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

Shades of Blue Diamond #4C197C

Tints of Blue Diamond #4C197C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 55.11%

R = 33.78%
G = 11.11%
B = 55.11%

CMYK

 C value IS 0.39

 M value IS 0.80

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C197C (or 0x4C197C) is known color: Blue Diamond. HEX triplet: 4C, 19 and 7C. RGB value is (76,25,124). Sum of RGB (Red+Green+Blue) = 76+25+124=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #4C197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C197C is #B3E683. Grayscale: #333333. Windows color (decimal): -11789956 or 8132940. OLE color: 8132940.

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

Color convert

RGB 76 25 124 -
CMYK 0.39 0.80 0 0.51
HSL 270.91º 0.66% 0.29% -
HSV(B) 270.91º 0.8% 0.49% -
XYZ 6.97 3.69 19.41 -
YUV 51.54 168.9 145.45 -
System Red Green Blue C M Y K H S L
Decimal 76 25 124 0.39 0.80 0 0.51 270.91 0.66 0.29
Hex 4C 19 7C 27 50 0 33 10F 42 1D
Octal 114 31 174 47 120 0 63 417 102 35
Binary 1001100 11001 1111100 100111 1010000 0 110011 100001111 1000010 11101

Color Harmonies of #4C197C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C197C

Black with #4C197C

Text Example


Text Example

White with #4C197C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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