#4C3473

Color #4C3473 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #4C3473

Tints of Blue Diamond #4C3473

Color information

#4C3473 (or 0x4C3473) is unknown color: approx 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

RGB7652115-
CMYK0.340.5500.55
HSL262.86º37.72%32.75%-
HSV(B)262.86º54.78%45.1%-
XYZ7.35.2316.84-
YUV66.36155.45134.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.28%
GREEN value IS 52 (20.70% from 255) = 21.40%
BLUE value IS 115 (45.31% from 255) = 47.33%
R=31.28%
G=21.40%
B=47.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal76521150.340.5500.55262.8637.7232.75
Hex4C347322370371072621
Octal1146416342670674074641
Binary100110011010011100111000101101110110111100000111100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>