#467299

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

Shades of San Marino #467299

Tints of San Marino #467299

Color information

#467299 (or 0x467299) is unknown color: approx San Marino. HEX triplet: 46, 72 and 99. RGB value is (70,114,153). Sum of RGB (Red+Green+Blue) = 70+114+153=337 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.77% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #467299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #467299 is #B98D66. Grayscale: #696969. Windows color (decimal): -12160359 or 10056262. OLE color: 10056262.

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

Color convert

RGB70114153-
CMYK0.540.2500.4
HSL208.19º37.22%43.73%-
HSV(B)208.19º54.25%60%-
XYZ14.2915.6432.4-
YUV105.29154.92102.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 20.77%
GREEN value IS 114 (44.92% from 255) = 33.83%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=20.77%
G=33.83%
B=45.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal701141530.540.2500.4208.1937.2243.73
Hex4672993619028d0252c
Octal10616223166310503204554
Binary100011011100101001100111011011001010100011010000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467299; }

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

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

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

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

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

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

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

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