Html Css Color HEX #4C2872 Blue Diamond

📋 copy color: '#4C2872'

red 76 ◦ green 40 ◦ blue 114

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

Shades of Blue Diamond #4C2872

Tints of Blue Diamond #4C2872

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.39%

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

R = 33.04%
G = 17.39%
B = 49.57%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C2872 (or 0x4C2872) is known color: Blue Diamond. HEX triplet: 4C, 28 and 72. RGB value is (76,40,114). Sum of RGB (Red+Green+Blue) = 76+40+114=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C2872 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2872 is #B3D78D. Grayscale: #3A3A3A. Windows color (decimal): -11786126 or 7481420. OLE color: 7481420.

HSL color Cylindrical-coordinate representation of color #4C2872: hue angle of 269.19º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4C2872 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 40 114 -
CMYK 0.33 0.65 0 0.55
HSL 269.19º 0.48% 0.3% -
HSV(B) 269.19º 0.65% 0.45% -
XYZ 6.78 4.27 16.39 -
YUV 59.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 76 40 114 0.33 0.65 0 0.55 269.19 0.48 0.3
Hex 4C 28 72 21 41 0 37 10D 30 1E
Octal 114 50 162 41 101 0 67 415 60 36
Binary 1001100 101000 1110010 100001 1000001 0 110111 100001101 110000 11110

Color Harmonies of #4C2872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2872

Black with #4C2872

Text Example


Text Example

White with #4C2872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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