Html Css Color HEX #4C1772 Blue Diamond

📋 copy color: '#4C1772'

red 76 ◦ green 23 ◦ blue 114

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

Shades of Blue Diamond #4C1772

Tints of Blue Diamond #4C1772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 53.52%

R = 35.68%
G = 10.8%
B = 53.52%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C1772 (or 0x4C1772) is known color: Blue Diamond. HEX triplet: 4C, 17 and 72. RGB value is (76,23,114). Sum of RGB (Red+Green+Blue) = 76+23+114=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C1772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1772 is #B3E88D. Grayscale: #303030. Windows color (decimal): -11790478 or 7477068. OLE color: 7477068.

HSL color Cylindrical-coordinate representation of color #4C1772: hue angle of 274.95º degrees, saturation: 0.66, 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 #4C1772 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 23 114 -
CMYK 0.33 0.80 0 0.55
HSL 274.95º 0.66% 0.27% -
HSV(B) 274.95º 0.8% 0.45% -
XYZ 6.32 3.36 16.24 -
YUV 49.22 164.56 147.1 -
System Red Green Blue C M Y K H S L
Decimal 76 23 114 0.33 0.80 0 0.55 274.95 0.66 0.27
Hex 4C 17 72 21 50 0 37 113 42 1B
Octal 114 27 162 41 120 0 67 423 102 33
Binary 1001100 10111 1110010 100001 1010000 0 110111 100010011 1000010 11011

Color Harmonies of #4C1772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1772

Black with #4C1772

Text Example


Text Example

White with #4C1772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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