#4C6892

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

Shades of San Marino #4C6892

Tints of San Marino #4C6892

Color information

#4C6892 (or 0x4C6892) is unknown color: approx San Marino. HEX triplet: 4C, 68 and 92. RGB value is (76,104,146). Sum of RGB (Red+Green+Blue) = 76+104+146=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C6892 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6892 is #B3976D. Grayscale: #646464. Windows color (decimal): -11769710 or 9594956. OLE color: 9594956.

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

Color convert

RGB76104146-
CMYK0.480.2900.43
HSL216º31.53%43.53%-
HSV(B)216º47.95%57.25%-
XYZ13.1213.5129.11-
YUV100.42153.72110.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.31%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 146 (57.42% from 255) = 44.79%
R=23.31%
G=31.90%
B=44.79%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761041460.480.2900.4321631.5343.53
Hex4C6892301D02Bd8202c
Octal11415022260350533304054
Binary100110011010001001001011000011101010101111011000100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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