#416E9B

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

Shades of San Marino #416E9B

Tints of San Marino #416E9B

Color information

#416E9B (or 0x416E9B) is unknown color: approx San Marino. HEX triplet: 41, 6E and 9B. RGB value is (65,110,155). Sum of RGB (Red+Green+Blue) = 65+110+155=330 (43% of max value = 765). Red value is 65 (25.78% from 255 or 19.70% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 155 (60.94% from 255 or 46.97% from 330); Max value from RGB is 155 - color contains mainly: blue. Hex color #416E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #416E9B is #BE9164. Grayscale: #656565. Windows color (decimal): -12489061 or 10186305. OLE color: 10186305.

HSL color Cylindrical-coordinate representation of color #416E9B: hue angle of 210º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #416E9B is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB65110155-
CMYK0.580.2900.39
HSL210º40.91%43.14%-
HSV(B)210º58.06%60.78%-
XYZ13.6714.6433.12-
YUV101.68158.09101.84-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 19.70%
GREEN value IS 110 (43.36% from 255) = 33.33%
BLUE value IS 155 (60.94% from 255) = 46.97%
R=19.70%
G=33.33%
B=46.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal651101550.580.2900.3921040.9143.14
Hex416E9B3A1D027d2292b
Octal10115623372350473225153
Binary100000111011101001101111101011101010011111010010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416E9B; }

 p { color: rgb(65,110,155); }

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

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

 a { background-color: rgb(65,110,155); }

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

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

 span { border-color: rgb(65,110,155); }

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