Html Css Color HEX #4C276D Blue Diamond

📋 copy color: '#4C276D'

red 76 ◦ green 39 ◦ blue 109

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

Shades of Blue Diamond #4C276D

Tints of Blue Diamond #4C276D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.41%

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

R = 33.93%
G = 17.41%
B = 48.66%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C276D (or 0x4C276D) is known color: Blue Diamond. HEX triplet: 4C, 27 and 6D. RGB value is (76,39,109). Sum of RGB (Red+Green+Blue) = 76+39+109=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 109 (42.97% from 255 or 48.66% from 224); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C276D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C276D is #B3D892. Grayscale: #393939. Windows color (decimal): -11786387 or 7153484. OLE color: 7153484.

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

Color convert

RGB 76 39 109 -
CMYK 0.30 0.64 0 0.57
HSL 271.71º 0.47% 0.29% -
HSV(B) 271.71º 0.64% 0.43% -
XYZ 6.47 4.09 14.92 -
YUV 58.04 156.76 140.81 -
System Red Green Blue C M Y K H S L
Decimal 76 39 109 0.30 0.64 0 0.57 271.71 0.47 0.29
Hex 4C 27 6D 1E 40 0 39 110 2F 1D
Octal 114 47 155 36 100 0 71 420 57 35
Binary 1001100 100111 1101101 11110 1000000 0 111001 100010000 101111 11101

Color Harmonies of #4C276D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C276D

Black with #4C276D

Text Example


Text Example

White with #4C276D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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