Html Css Color HEX #4C316F Blue Diamond

📋 copy color: '#4C316F'

red 76 ◦ green 49 ◦ blue 111

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

Shades of Blue Diamond #4C316F

Tints of Blue Diamond #4C316F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 111 (43.75% from 255) = 47.03%

R = 32.2%
G = 20.76%
B = 47.03%

CMYK

 C value IS 0.32

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4C316F (or 0x4C316F) is known color: Blue Diamond. HEX triplet: 4C, 31 and 6F. RGB value is (76,49,111). Sum of RGB (Red+Green+Blue) = 76+49+111=236 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.20% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 111 (43.75% from 255 or 47.03% from 236); Max value from RGB is 111 - color contains mainly: blue. Hex color #4C316F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C316F is #B3CE90. Grayscale: #3F3F3F. Windows color (decimal): -11783825 or 7287116. OLE color: 7287116.

HSL color Cylindrical-coordinate representation of color #4C316F: hue angle of 266.13º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C316F is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 49 111 -
CMYK 0.32 0.56 0 0.56
HSL 266.13º 0.39% 0.31% -
HSV(B) 266.13º 0.56% 0.44% -
XYZ 6.95 4.88 15.61 -
YUV 64.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 76 49 111 0.32 0.56 0 0.56 266.13 0.39 0.31
Hex 4C 31 6F 20 38 0 38 10A 27 1F
Octal 114 61 157 40 70 0 70 412 47 37
Binary 1001100 110001 1101111 100000 111000 0 111000 100001010 100111 11111

Color Harmonies of #4C316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C316F

Black with #4C316F

Text Example


Text Example

White with #4C316F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,49,111); }

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

background-color css

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

 a { background-color: rgb(76,49,111); }

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

border-color css

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

 span { border-color: rgb(76,49,111); }

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