Html Css Color HEX #4C1773 Blue Diamond

📋 copy color: '#4C1773'

red 76 ◦ green 23 ◦ blue 115

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

Shades of Blue Diamond #4C1773

Tints of Blue Diamond #4C1773

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.75%

 BLUE value IS 115 (45.31% from 255) = 53.74%

R = 35.51%
G = 10.75%
B = 53.74%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C1773 (or 0x4C1773) is known color: Blue Diamond. HEX triplet: 4C, 17 and 73. RGB value is (76,23,115). Sum of RGB (Red+Green+Blue) = 76+23+115=214 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.51% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C1773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1773 is #B3E88C. Grayscale: #313131. Windows color (decimal): -11790477 or 7542604. OLE color: 7542604.

HSL color Cylindrical-coordinate representation of color #4C1773: hue angle of 274.57º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4C1773 is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 23 115 -
CMYK 0.34 0.80 0 0.55
HSL 274.57º 0.67% 0.27% -
HSV(B) 274.57º 0.8% 0.45% -
XYZ 6.38 3.39 16.54 -
YUV 49.34 165.06 147.02 -
System Red Green Blue C M Y K H S L
Decimal 76 23 115 0.34 0.80 0 0.55 274.57 0.67 0.27
Hex 4C 17 73 22 50 0 37 113 43 1B
Octal 114 27 163 42 120 0 67 423 103 33
Binary 1001100 10111 1110011 100010 1010000 0 110111 100010011 1000011 11011

Color Harmonies of #4C1773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1773

Black with #4C1773

Text Example


Text Example

White with #4C1773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,23,115); }

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

background-color css

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

 a { background-color: rgb(76,23,115); }

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

border-color css

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

 span { border-color: rgb(76,23,115); }

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