#426E9E

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

Shades of San Marino #426E9E

Tints of San Marino #426E9E

Color information

#426E9E (or 0x426E9E) is unknown color: approx San Marino. HEX triplet: 42, 6E and 9E. RGB value is (66,110,158). Sum of RGB (Red+Green+Blue) = 66+110+158=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #426E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E9E is #BD9161. Grayscale: #666666. Windows color (decimal): -12423522 or 10382914. OLE color: 10382914.

HSL color Cylindrical-coordinate representation of color #426E9E: hue angle of 211.3º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #426E9E is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66110158-
CMYK0.580.3000.38
HSL211.3º41.07%43.92%-
HSV(B)211.3º58.23%61.96%-
XYZ13.9914.7834.46-
YUV102.32159.42102.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 110 (43.36% from 255) = 32.93%
BLUE value IS 158 (62.11% from 255) = 47.31%
R=19.76%
G=32.93%
B=47.31%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal661101580.580.3000.38211.341.0743.92
Hex426E9E3A1E026d3292c
Octal10215623672360463235154
Binary100001011011101001111011101011110010011011010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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