#467199

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

Shades of San Marino #467199

Tints of San Marino #467199

Color information

#467199 (or 0x467199) is unknown color: approx San Marino. HEX triplet: 46, 71 and 99. RGB value is (70,113,153). Sum of RGB (Red+Green+Blue) = 70+113+153=336 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.83% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 153 (60.16% from 255 or 45.54% from 336); Max value from RGB is 153 - color contains mainly: blue. Hex color #467199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467199 is #B98E66. Grayscale: #686868. Windows color (decimal): -12160615 or 10056006. OLE color: 10056006.

HSL color Cylindrical-coordinate representation of color #467199: hue angle of 208.92º 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 #467199 is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB70113153-
CMYK0.540.2600.4
HSL208.92º37.22%43.73%-
HSV(B)208.92º54.25%60%-
XYZ14.1815.4132.36-
YUV104.7155.25103.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.83%
GREEN value IS 113 (44.53% from 255) = 33.63%
BLUE value IS 153 (60.16% from 255) = 45.54%
R=20.83%
G=33.63%
B=45.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701131530.540.2600.4208.9237.2243.73
Hex467199361A028d1252c
Octal10616123166320503214554
Binary100011011100011001100111011011010010100011010001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467199; }

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

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

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

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

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

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

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

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