Html Css Color HEX #4C3473 Blue Diamond

📋 copy color: '#4C3473'

red 76 ◦ green 52 ◦ blue 115

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

Shades of Blue Diamond #4C3473

Tints of Blue Diamond #4C3473

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

 BLUE value IS 115 (45.31% from 255) = 47.33%

R = 31.28%
G = 21.4%
B = 47.33%

CMYK

 C value IS 0.34

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C3473 (or 0x4C3473) is known color: Blue Diamond. HEX triplet: 4C, 34 and 73. RGB value is (76,52,115). Sum of RGB (Red+Green+Blue) = 76+52+115=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C3473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3473 is #B3CB8C. Grayscale: #424242. Windows color (decimal): -11783053 or 7550028. OLE color: 7550028.

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

Color convert

RGB 76 52 115 -
CMYK 0.34 0.55 0 0.55
HSL 262.86º 0.38% 0.33% -
HSV(B) 262.86º 0.55% 0.45% -
XYZ 7.3 5.23 16.84 -
YUV 66.36 155.45 134.88 -
System Red Green Blue C M Y K H S L
Decimal 76 52 115 0.34 0.55 0 0.55 262.86 0.38 0.33
Hex 4C 34 73 22 37 0 37 107 26 21
Octal 114 64 163 42 67 0 67 407 46 41
Binary 1001100 110100 1110011 100010 110111 0 110111 100000111 100110 100001

Color Harmonies of #4C3473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3473

Black with #4C3473

Text Example


Text Example

White with #4C3473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,52,115); }

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

background-color css

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

 a { background-color: rgb(76,52,115); }

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

border-color css

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

 span { border-color: rgb(76,52,115); }

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