Html Css Color HEX #4C3674 Blue Diamond

📋 copy color: '#4C3674'

red 76 ◦ green 54 ◦ blue 116

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

Shades of Blue Diamond #4C3674

Tints of Blue Diamond #4C3674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.95%

 BLUE value IS 116 (45.7% from 255) = 47.15%

R = 30.89%
G = 21.95%
B = 47.15%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C3674 (or 0x4C3674) is known color: Blue Diamond. HEX triplet: 4C, 36 and 74. RGB value is (76,54,116). Sum of RGB (Red+Green+Blue) = 76+54+116=246 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.89% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 116 (45.70% from 255 or 47.15% from 246); Max value from RGB is 116 - color contains mainly: blue. Hex color #4C3674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3674 is #B3C98B. Grayscale: #434343. Windows color (decimal): -11782540 or 7616076. OLE color: 7616076.

HSL color Cylindrical-coordinate representation of color #4C3674: hue angle of 261.29º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4C3674 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 54 116 -
CMYK 0.34 0.53 0 0.55
HSL 261.29º 0.36% 0.33% -
HSV(B) 261.29º 0.53% 0.45% -
XYZ 7.45 5.44 17.18 -
YUV 67.65 155.29 133.96 -
System Red Green Blue C M Y K H S L
Decimal 76 54 116 0.34 0.53 0 0.55 261.29 0.36 0.33
Hex 4C 36 74 22 35 0 37 105 24 21
Octal 114 66 164 42 65 0 67 405 44 41
Binary 1001100 110110 1110100 100010 110101 0 110111 100000101 100100 100001

Color Harmonies of #4C3674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3674

Black with #4C3674

Text Example


Text Example

White with #4C3674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,54,116); }

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

background-color css

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

 a { background-color: rgb(76,54,116); }

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

border-color css

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

 span { border-color: rgb(76,54,116); }

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