Html Css Color HEX #4C246C Blue Diamond

📋 copy color: '#4C246C'

red 76 ◦ green 36 ◦ blue 108

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

Shades of Blue Diamond #4C246C

Tints of Blue Diamond #4C246C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.36%

 BLUE value IS 108 (42.58% from 255) = 49.09%

R = 34.55%
G = 16.36%
B = 49.09%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C246C (or 0x4C246C) is known color: Blue Diamond. HEX triplet: 4C, 24 and 6C. RGB value is (76,36,108). Sum of RGB (Red+Green+Blue) = 76+36+108=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 36 (14.45% from 255 or 16.36% from 220); Blue value is 108 (42.58% from 255 or 49.09% from 220); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C246C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C246C is #B3DB93. Grayscale: #373737. Windows color (decimal): -11787156 or 7087180. OLE color: 7087180.

HSL color Cylindrical-coordinate representation of color #4C246C: hue angle of 273.33º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4C246C is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 76 36 108 -
CMYK 0.30 0.67 0 0.58
HSL 273.33º 0.5% 0.28% -
HSV(B) 273.33º 0.67% 0.42% -
XYZ 6.32 3.88 14.6 -
YUV 56.17 157.25 142.15 -
System Red Green Blue C M Y K H S L
Decimal 76 36 108 0.30 0.67 0 0.58 273.33 0.5 0.28
Hex 4C 24 6C 1E 43 0 3A 111 32 1C
Octal 114 44 154 36 103 0 72 421 62 34
Binary 1001100 100100 1101100 11110 1000011 0 111010 100010001 110010 11100

Color Harmonies of #4C246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C246C

Black with #4C246C

Text Example


Text Example

White with #4C246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,36,108); }

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

background-color css

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

 a { background-color: rgb(76,36,108); }

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

border-color css

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

 span { border-color: rgb(76,36,108); }

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