#426E9B

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

Shades of San Marino #426E9B

Tints of San Marino #426E9B

Color information

#426E9B (or 0x426E9B) is unknown color: approx San Marino. HEX triplet: 42, 6E and 9B. RGB value is (66,110,155). Sum of RGB (Red+Green+Blue) = 66+110+155=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #426E9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E9B is #BD9164. Grayscale: #656565. Windows color (decimal): -12423525 or 10186306. OLE color: 10186306.

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

Color convert

RGB66110155-
CMYK0.570.2900.39
HSL210.34º40.27%43.33%-
HSV(B)210.34º57.42%60.78%-
XYZ13.7414.6833.12-
YUV101.97157.92102.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 155 (60.94% from 255) = 46.83%
R=19.94%
G=33.23%
B=46.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661101550.570.2900.39210.3440.2743.33
Hex426E9B391D027d2282b
Octal10215623371350473225053
Binary100001011011101001101111100111101010011111010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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