Html Css Color HEX #4C246B Blue Diamond

📋 copy color: '#4C246B'

red 76 ◦ green 36 ◦ blue 107

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

Shades of Blue Diamond #4C246B

Tints of Blue Diamond #4C246B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.86%

R = 34.7%
G = 16.44%
B = 48.86%

CMYK

 C value IS 0.29

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C246B (or 0x4C246B) is known color: Blue Diamond. HEX triplet: 4C, 24 and 6B. RGB value is (76,36,107). Sum of RGB (Red+Green+Blue) = 76+36+107=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 107 (42.19% from 255 or 48.86% from 219); Max value from RGB is 107 - color contains mainly: blue. Hex color #4C246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C246B is #B3DB94. Grayscale: #373737. Windows color (decimal): -11787157 or 7021644. OLE color: 7021644.

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

Color convert

RGB 76 36 107 -
CMYK 0.29 0.66 0 0.58
HSL 273.8º 0.5% 0.28% -
HSV(B) 273.8º 0.66% 0.42% -
XYZ 6.27 3.86 14.32 -
YUV 56.05 156.75 142.23 -
System Red Green Blue C M Y K H S L
Decimal 76 36 107 0.29 0.66 0 0.58 273.8 0.5 0.28
Hex 4C 24 6B 1D 42 0 3A 112 32 1C
Octal 114 44 153 35 102 0 72 422 62 34
Binary 1001100 100100 1101011 11101 1000010 0 111010 100010010 110010 11100

Color Harmonies of #4C246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C246B

Black with #4C246B

Text Example


Text Example

White with #4C246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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