Html Css Color HEX #4C197D Blue Diamond

📋 copy color: '#4C197D'

red 76 ◦ green 25 ◦ blue 125

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

Shades of Blue Diamond #4C197D

Tints of Blue Diamond #4C197D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 55.31%

R = 33.63%
G = 11.06%
B = 55.31%

CMYK

 C value IS 0.39

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C197D (or 0x4C197D) is known color: Blue Diamond. HEX triplet: 4C, 19 and 7D. RGB value is (76,25,125). Sum of RGB (Red+Green+Blue) = 76+25+125=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 25 (10.16% from 255 or 11.06% from 226); Blue value is 125 (49.22% from 255 or 55.31% from 226); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C197D is #B3E682. Grayscale: #333333. Windows color (decimal): -11789955 or 8198476. OLE color: 8198476.

HSL color Cylindrical-coordinate representation of color #4C197D: hue angle of 270.6º degrees, saturation: 0.67, 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 #4C197D is Cyan = 0.39, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 25 125 -
CMYK 0.39 0.8 0 0.51
HSL 270.6º 0.67% 0.29% -
HSV(B) 270.6º 0.8% 0.49% -
XYZ 7.03 3.71 19.75 -
YUV 51.65 169.4 145.37 -
System Red Green Blue C M Y K H S L
Decimal 76 25 125 0.39 0.8 0 0.51 270.6 0.67 0.29
Hex 4C 19 7D 27 50 0 33 10F 43 1D
Octal 114 31 175 47 120 0 63 417 103 35
Binary 1001100 11001 1111101 100111 1010000 0 110011 100001111 1000011 11101

Color Harmonies of #4C197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C197D

Black with #4C197D

Text Example


Text Example

White with #4C197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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