#4C6992

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

Shades of San Marino #4C6992

Tints of San Marino #4C6992

Color information

#4C6992 (or 0x4C6992) is unknown color: approx San Marino. HEX triplet: 4C, 69 and 92. RGB value is (76,105,146). Sum of RGB (Red+Green+Blue) = 76+105+146=327 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.24% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #4C6992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6992 is #B3966D. Grayscale: #646464. Windows color (decimal): -11769454 or 9595212. OLE color: 9595212.

HSL color Cylindrical-coordinate representation of color #4C6992: hue angle of 215.14º 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 #4C6992 is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB76105146-
CMYK0.480.2800.43
HSL215.14º31.53%43.53%-
HSV(B)215.14º47.95%57.25%-
XYZ13.2213.7129.14-
YUV101153.39110.17-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.24%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=23.24%
G=32.11%
B=44.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal761051460.480.2800.43215.1431.5343.53
Hex4C6992301C02Bd7202c
Octal11415122260340533274054
Binary100110011010011001001011000011100010101111010111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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