Html Css Color HEX #4C156D Blue Diamond

📋 copy color: '#4C156D'

red 76 ◦ green 21 ◦ blue 109

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

Shades of Blue Diamond #4C156D

Tints of Blue Diamond #4C156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.19%

 BLUE value IS 109 (42.97% from 255) = 52.91%

R = 36.89%
G = 10.19%
B = 52.91%

CMYK

 C value IS 0.30

 M value IS 0.81

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C156D (or 0x4C156D) is known color: Blue Diamond. HEX triplet: 4C, 15 and 6D. RGB value is (76,21,109). Sum of RGB (Red+Green+Blue) = 76+21+109=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C156D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C156D is #B3EA92. Grayscale: #2F2F2F. Windows color (decimal): -11790995 or 7148876. OLE color: 7148876.

HSL color Cylindrical-coordinate representation of color #4C156D: hue angle of 277.5º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4C156D is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 21 109 -
CMYK 0.30 0.81 0 0.57
HSL 277.5º 0.68% 0.25% -
HSV(B) 277.5º 0.81% 0.43% -
XYZ 6.01 3.18 14.76 -
YUV 47.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 76 21 109 0.30 0.81 0 0.57 277.5 0.68 0.25
Hex 4C 15 6D 1E 51 0 39 116 44 19
Octal 114 25 155 36 121 0 71 426 104 31
Binary 1001100 10101 1101101 11110 1010001 0 111001 100010110 1000100 11001

Color Harmonies of #4C156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C156D

Black with #4C156D

Text Example


Text Example

White with #4C156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,21,109); }

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

background-color css

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

 a { background-color: rgb(76,21,109); }

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

border-color css

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

 span { border-color: rgb(76,21,109); }

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