#426f9b

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

Shades of San Marino #426F9B

Tints of San Marino #426F9B

Color information

#426F9B (or 0x426F9B) is unknown color: approx San Marino. HEX triplet: 42, 6F and 9B. RGB value is (66,111,155). Sum of RGB (Red+Green+Blue) = 66+111+155=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 111 (43.75% from 255 or 33.43% from 332); Blue value is 155 (60.94% from 255 or 46.69% from 332); Max value from RGB is 155 - color contains mainly: blue. Hex color #426F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F9B is #BD9064. Grayscale: #666666. Windows color (decimal): -12423269 or 10186562. OLE color: 10186562.

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

Color convert

RGB66111155-
CMYK0.570.2800.39
HSL209.66º40.27%43.33%-
HSV(B)209.66º57.42%60.78%-
XYZ13.8514.8933.16-
YUV102.56157.59101.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 111 (43.75% from 255) = 33.43%
BLUE value IS 155 (60.94% from 255) = 46.69%
R=19.88%
G=33.43%
B=46.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal661111550.570.2800.39209.6640.2743.33
Hex426F9B391C027d2282b
Octal10215723371340473225053
Binary100001011011111001101111100111100010011111010010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426f9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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