#426F9A

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

Shades of San Marino #426F9A

Tints of San Marino #426F9A

Color information

#426F9A (or 0x426F9A) is unknown color: approx San Marino. HEX triplet: 42, 6F and 9A. RGB value is (66,111,154). Sum of RGB (Red+Green+Blue) = 66+111+154=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 154 (60.55% from 255 or 46.53% from 331); Max value from RGB is 154 - color contains mainly: blue. Hex color #426F9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F9A is #BD9065. Grayscale: #666666. Windows color (decimal): -12423270 or 10121026. OLE color: 10121026.

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

Color convert

RGB66111154-
CMYK0.570.2800.40
HSL209.32º40%43.14%-
HSV(B)209.32º57.14%60.39%-
XYZ13.7614.8632.71-
YUV102.45157.09102-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 111 (43.75% from 255) = 33.53%
BLUE value IS 154 (60.55% from 255) = 46.53%
R=19.94%
G=33.53%
B=46.53%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661111540.570.2800.40209.324043.14
Hex426F9A391C028d1282b
Octal10215723271340503215053
Binary100001011011111001101011100111100010100011010001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,111,154); }

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

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

 a { background-color: rgb(66,111,154); }

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

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

 span { border-color: rgb(66,111,154); }

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