#467099

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

Shades of San Marino #467099

Tints of San Marino #467099

Color information

#467099 (or 0x467099) is unknown color: approx San Marino. HEX triplet: 46, 70 and 99. RGB value is (70,112,153). Sum of RGB (Red+Green+Blue) = 70+112+153=335 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.90% from 335); Green value is 112 (44.14% from 255 or 33.43% from 335); Blue value is 153 (60.16% from 255 or 45.67% from 335); Max value from RGB is 153 - color contains mainly: blue. Hex color #467099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467099 is #B98F66. Grayscale: #676767. Windows color (decimal): -12160871 or 10055750. OLE color: 10055750.

HSL color Cylindrical-coordinate representation of color #467099: hue angle of 209.64º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #467099 is Cyan = 0.54, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB70112153-
CMYK0.540.2700.4
HSL209.64º37.22%43.73%-
HSV(B)209.64º54.25%60%-
XYZ14.0715.1932.33-
YUV104.12155.59103.67-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.90%
GREEN value IS 112 (44.14% from 255) = 33.43%
BLUE value IS 153 (60.16% from 255) = 45.67%
R=20.90%
G=33.43%
B=45.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701121530.540.2700.4209.6437.2243.73
Hex467099361B028d2252c
Octal10616023166330503224554
Binary100011011100001001100111011011011010100011010010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467099; }

 p { color: rgb(70,112,153); }

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

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

 a { background-color: rgb(70,112,153); }

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

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

 span { border-color: rgb(70,112,153); }

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