Html Css Color HEX #4C3268 Blue Diamond

📋 copy color: '#4C3268'

red 76 ◦ green 50 ◦ blue 104

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

Shades of Blue Diamond #4C3268

Tints of Blue Diamond #4C3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.74%

 BLUE value IS 104 (41.02% from 255) = 45.22%

R = 33.04%
G = 21.74%
B = 45.22%

CMYK

 C value IS 0.27

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4C3268 (or 0x4C3268) is known color: Blue Diamond. HEX triplet: 4C, 32 and 68. RGB value is (76,50,104). Sum of RGB (Red+Green+Blue) = 76+50+104=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 104 (41.02% from 255 or 45.22% from 230); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C3268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3268 is #B3CD97. Grayscale: #3F3F3F. Windows color (decimal): -11783576 or 6828620. OLE color: 6828620.

HSL color Cylindrical-coordinate representation of color #4C3268: hue angle of 268.89º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C3268 is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 50 104 -
CMYK 0.27 0.52 0 0.59
HSL 268.89º 0.35% 0.3% -
HSV(B) 268.89º 0.52% 0.41% -
XYZ 6.62 4.82 13.68 -
YUV 63.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 76 50 104 0.27 0.52 0 0.59 268.89 0.35 0.3
Hex 4C 32 68 1B 34 0 3B 10D 23 1E
Octal 114 62 150 33 64 0 73 415 43 36
Binary 1001100 110010 1101000 11011 110100 0 111011 100001101 100011 11110

Color Harmonies of #4C3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3268

Black with #4C3268

Text Example


Text Example

White with #4C3268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,50,104); }

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

background-color css

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

 a { background-color: rgb(76,50,104); }

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

border-color css

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

 span { border-color: rgb(76,50,104); }

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