#426E9D

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

Shades of San Marino #426E9D

Tints of San Marino #426E9D

Color information

#426E9D (or 0x426E9D) is unknown color: approx San Marino. HEX triplet: 42, 6E and 9D. RGB value is (66,110,157). Sum of RGB (Red+Green+Blue) = 66+110+157=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #426E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E9D is #BD9162. Grayscale: #656565. Windows color (decimal): -12423523 or 10317378. OLE color: 10317378.

HSL color Cylindrical-coordinate representation of color #426E9D: hue angle of 210.99º 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 #426E9D is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB66110157-
CMYK0.580.3000.38
HSL210.99º40.81%43.73%-
HSV(B)210.99º57.96%61.57%-
XYZ13.9114.7434.01-
YUV102.2158.92102.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 110 (43.36% from 255) = 33.03%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=19.82%
G=33.03%
B=47.15%

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
Decimal661101570.580.3000.38210.9940.8143.73
Hex426E9D3A1E026d3292c
Octal10215623572360463235154
Binary100001011011101001110111101011110010011011010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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