#426E99

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

Shades of San Marino #426E99

Tints of San Marino #426E99

Color information

#426E99 (or 0x426E99) is unknown color: approx San Marino. HEX triplet: 42, 6E and 99. RGB value is (66,110,153). Sum of RGB (Red+Green+Blue) = 66+110+153=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #426E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E99 is #BD9166. Grayscale: #656565. Windows color (decimal): -12423527 or 10055234. OLE color: 10055234.

HSL color Cylindrical-coordinate representation of color #426E99: hue angle of 209.66º 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 #426E99 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB66110153-
CMYK0.570.2800.4
HSL209.66º39.73%42.94%-
HSV(B)209.66º56.86%60%-
XYZ13.5714.6132.24-
YUV101.75156.92102.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=20.06%
G=33.43%
B=46.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal661101530.570.2800.4209.6639.7342.94
Hex426E99391C028d2282b
Octal10215623171340503225053
Binary100001011011101001100111100111100010100011010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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