#426F9F

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

Shades of San Marino #426F9F

Tints of San Marino #426F9F

Color information

#426F9F (or 0x426F9F) is unknown color: approx San Marino. HEX triplet: 42, 6F and 9F. RGB value is (66,111,159). Sum of RGB (Red+Green+Blue) = 66+111+159=336 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.64% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 159 (62.5% from 255 or 47.32% from 336); Max value from RGB is 159 - color contains mainly: blue. Hex color #426F9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426F9F is #BD9060. Grayscale: #666666. Windows color (decimal): -12423265 or 10448706. OLE color: 10448706.

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

Color convert

RGB66111159-
CMYK0.580.3000.38
HSL210.97º41.33%44.12%-
HSV(B)210.97º58.49%62.35%-
XYZ14.1915.0334.95-
YUV103.02159.59101.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.64%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 159 (62.5% from 255) = 47.32%
R=19.64%
G=33.04%
B=47.32%

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
Decimal661111590.580.3000.38210.9741.3344.12
Hex426F9F3A1E026d3292c
Octal10215723772360463235154
Binary100001011011111001111111101011110010011011010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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