#46699C

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

Shades of San Marino #46699C

Tints of San Marino #46699C

Color information

#46699C (or 0x46699C) is unknown color: approx San Marino. HEX triplet: 46, 69 and 9C. RGB value is (70,105,156). Sum of RGB (Red+Green+Blue) = 70+105+156=331 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.15% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 156 (61.33% from 255 or 47.13% from 331); Max value from RGB is 156 - color contains mainly: blue. Hex color #46699C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #46699C is #B99663. Grayscale: #646464. Windows color (decimal): -12162660 or 10250566. OLE color: 10250566.

HSL color Cylindrical-coordinate representation of color #46699C: hue angle of 215.58º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #46699C is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB70105156-
CMYK0.550.3300.39
HSL215.58º38.05%44.31%-
HSV(B)215.58º55.13%61.18%-
XYZ13.5813.8133.4-
YUV100.35159.4106.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.15%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 156 (61.33% from 255) = 47.13%
R=21.15%
G=31.72%
B=47.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal701051560.550.3300.39215.5838.0544.31
Hex46699C3721027d8262c
Octal10615123467410473304654
Binary1000110110100110011100110111100001010011111011000100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46699C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46699C; }

 p { color: rgb(70,105,156); }

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

<style>
 a { background-color: #46699C; }

 a { background-color: rgb(70,105,156); }

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

<style>
 span { border-color: #46699C; }

 span { border-color: rgb(70,105,156); }

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