#426D99

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

Shades of San Marino #426D99

Tints of San Marino #426D99

Color information

#426D99 (or 0x426D99) is unknown color: approx San Marino. HEX triplet: 42, 6D and 99. RGB value is (66,109,153). Sum of RGB (Red+Green+Blue) = 66+109+153=328 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.12% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 153 (60.16% from 255 or 46.65% from 328); Max value from RGB is 153 - color contains mainly: blue. Hex color #426D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426D99 is #BD9266. Grayscale: #646464. Windows color (decimal): -12423783 or 10054978. OLE color: 10054978.

HSL color Cylindrical-coordinate representation of color #426D99: hue angle of 210.34º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #426D99 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB66109153-
CMYK0.570.2900.4
HSL210.34º39.73%42.94%-
HSV(B)210.34º56.86%60%-
XYZ13.4714.432.21-
YUV101.16157.25102.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.12%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 153 (60.16% from 255) = 46.65%
R=20.12%
G=33.23%
B=46.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661091530.570.2900.4210.3439.7342.94
Hex426D99391D028d2282b
Octal10215523171350503225053
Binary100001011011011001100111100111101010100011010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426D99; }

 p { color: rgb(66,109,153); }

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

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

 a { background-color: rgb(66,109,153); }

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

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

 span { border-color: rgb(66,109,153); }

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