#426E9C

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

Shades of San Marino #426E9C

Tints of San Marino #426E9C

Color information

#426E9C (or 0x426E9C) is unknown color: approx San Marino. HEX triplet: 42, 6E and 9C. RGB value is (66,110,156). Sum of RGB (Red+Green+Blue) = 66+110+156=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #426E9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426E9C is #BD9163. Grayscale: #656565. Windows color (decimal): -12423524 or 10251842. OLE color: 10251842.

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

Color convert

RGB66110156-
CMYK0.580.2900.39
HSL210.67º40.54%43.53%-
HSV(B)210.67º57.69%61.18%-
XYZ13.8214.7133.56-
YUV102.09158.42102.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 110 (43.36% from 255) = 33.13%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=19.88%
G=33.13%
B=46.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661101560.580.2900.39210.6740.5443.53
Hex426E9C3A1D027d3292c
Octal10215623472350473235154
Binary100001011011101001110011101011101010011111010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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