Html Css Color HEX #4C266D Blue Diamond

📋 copy color: '#4C266D'

red 76 ◦ green 38 ◦ blue 109

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

Shades of Blue Diamond #4C266D

Tints of Blue Diamond #4C266D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.04%

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

R = 34.08%
G = 17.04%
B = 48.88%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C266D (or 0x4C266D) is known color: Blue Diamond. HEX triplet: 4C, 26 and 6D. RGB value is (76,38,109). Sum of RGB (Red+Green+Blue) = 76+38+109=223 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.08% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 109 (42.97% from 255 or 48.88% from 223); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C266D is #B3D992. Grayscale: #393939. Windows color (decimal): -11786643 or 7153228. OLE color: 7153228.

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

Color convert

RGB 76 38 109 -
CMYK 0.30 0.65 0 0.57
HSL 272.11º 0.48% 0.29% -
HSV(B) 272.11º 0.65% 0.43% -
XYZ 6.43 4.03 14.91 -
YUV 57.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 76 38 109 0.30 0.65 0 0.57 272.11 0.48 0.29
Hex 4C 26 6D 1E 41 0 39 110 30 1D
Octal 114 46 155 36 101 0 71 420 60 35
Binary 1001100 100110 1101101 11110 1000001 0 111001 100010000 110000 11101

Color Harmonies of #4C266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C266D

Black with #4C266D

Text Example


Text Example

White with #4C266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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