Html Css Color HEX #4C356C Blue Diamond

📋 copy color: '#4C356C'

red 76 ◦ green 53 ◦ blue 108

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

Shades of Blue Diamond #4C356C

Tints of Blue Diamond #4C356C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.36%

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

R = 32.07%
G = 22.36%
B = 45.57%

CMYK

 C value IS 0.30

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C356C (or 0x4C356C) is known color: Blue Diamond. HEX triplet: 4C, 35 and 6C. RGB value is (76,53,108). Sum of RGB (Red+Green+Blue) = 76+53+108=237 (31% of max value = 765). Red value is 76 (30.08% from 255 or 32.07% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C356C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C356C is #B3CA93. Grayscale: #414141. Windows color (decimal): -11782804 or 7091532. OLE color: 7091532.

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

Color convert

RGB 76 53 108 -
CMYK 0.30 0.51 0 0.58
HSL 265.09º 0.34% 0.32% -
HSV(B) 265.09º 0.51% 0.42% -
XYZ 6.96 5.17 14.82 -
YUV 66.15 151.62 135.03 -
System Red Green Blue C M Y K H S L
Decimal 76 53 108 0.30 0.51 0 0.58 265.09 0.34 0.32
Hex 4C 35 6C 1E 33 0 3A 109 22 20
Octal 114 65 154 36 63 0 72 411 42 40
Binary 1001100 110101 1101100 11110 110011 0 111010 100001001 100010 100000

Color Harmonies of #4C356C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C356C

Black with #4C356C

Text Example


Text Example

White with #4C356C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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