Html Css Color HEX #4C2173 Blue Diamond

📋 copy color: '#4C2173'

red 76 ◦ green 33 ◦ blue 115

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

Shades of Blue Diamond #4C2173

Tints of Blue Diamond #4C2173

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.73%

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

R = 33.93%
G = 14.73%
B = 51.34%

CMYK

 C value IS 0.34

 M value IS 0.71

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C2173 (or 0x4C2173) is known color: Blue Diamond. HEX triplet: 4C, 21 and 73. RGB value is (76,33,115). Sum of RGB (Red+Green+Blue) = 76+33+115=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 115 (45.31% from 255 or 51.34% from 224); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C2173 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2173 is #B3DE8C. Grayscale: #363636. Windows color (decimal): -11787917 or 7545164. OLE color: 7545164.

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

Color convert

RGB 76 33 115 -
CMYK 0.34 0.71 0 0.55
HSL 271.46º 0.55% 0.29% -
HSV(B) 271.46º 0.71% 0.45% -
XYZ 6.62 3.86 16.62 -
YUV 55.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 76 33 115 0.34 0.71 0 0.55 271.46 0.55 0.29
Hex 4C 21 73 22 47 0 37 10F 37 1D
Octal 114 41 163 42 107 0 67 417 67 35
Binary 1001100 100001 1110011 100010 1000111 0 110111 100001111 110111 11101

Color Harmonies of #4C2173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2173

Black with #4C2173

Text Example


Text Example

White with #4C2173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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