#4C6893

Color #4C6893 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #4C6893

Tints of San Marino #4C6893

Color information

#4C6893 (or 0x4C6893) is unknown color: approx San Marino. HEX triplet: 4C, 68 and 93. RGB value is (76,104,147). Sum of RGB (Red+Green+Blue) = 76+104+147=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #4C6893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6893 is #B3976C. Grayscale: #646464. Windows color (decimal): -11769709 or 9660492. OLE color: 9660492.

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

Color convert

RGB76104147-
CMYK0.480.2900.42
HSL216.34º31.84%43.73%-
HSV(B)216.34º48.3%57.65%-
XYZ13.213.5429.52-
YUV100.53154.22110.5-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 104 (41.02% from 255) = 31.80%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=23.24%
G=31.80%
B=44.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761041470.480.2900.42216.3431.8443.73
Hex4C6893301D02Ad8202c
Octal11415022360350523304054
Binary100110011010001001001111000011101010101011011000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C6893;
 }
 .AnyTagClassName
 {
   color: #4C6893;
 }
</style>
background-color css

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

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

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

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

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

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