Html Css Color HEX #4C1672 Blue Diamond

📋 copy color: '#4C1672'

red 76 ◦ green 22 ◦ blue 114

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

Shades of Blue Diamond #4C1672

Tints of Blue Diamond #4C1672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.38%

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

R = 35.85%
G = 10.38%
B = 53.77%

CMYK

 C value IS 0.33

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C1672 (or 0x4C1672) is known color: Blue Diamond. HEX triplet: 4C, 16 and 72. RGB value is (76,22,114). Sum of RGB (Red+Green+Blue) = 76+22+114=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 22 (8.98% from 255 or 10.38% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C1672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1672 is #B3E98D. Grayscale: #303030. Windows color (decimal): -11790734 or 7476812. OLE color: 7476812.

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

Color convert

RGB 76 22 114 -
CMYK 0.33 0.81 0 0.55
HSL 275.22º 0.68% 0.27% -
HSV(B) 275.22º 0.81% 0.45% -
XYZ 6.3 3.33 16.23 -
YUV 48.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 76 22 114 0.33 0.81 0 0.55 275.22 0.68 0.27
Hex 4C 16 72 21 51 0 37 113 44 1B
Octal 114 26 162 41 121 0 67 423 104 33
Binary 1001100 10110 1110010 100001 1010001 0 110111 100010011 1000100 11011

Color Harmonies of #4C1672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1672

Black with #4C1672

Text Example


Text Example

White with #4C1672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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