#426FA2

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

Shades of San Marino #426FA2

Tints of San Marino #426FA2

Color information

#426FA2 (or 0x426FA2) is unknown color: approx San Marino. HEX triplet: 42, 6F and A2. RGB value is (66,111,162). Sum of RGB (Red+Green+Blue) = 66+111+162=339 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.47% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 162 (63.67% from 255 or 47.79% from 339); Max value from RGB is 162 - color contains mainly: blue. Hex color #426FA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #426FA2 is #BD905D. Grayscale: #676767. Windows color (decimal): -12423262 or 10645314. OLE color: 10645314.

HSL color Cylindrical-coordinate representation of color #426FA2: hue angle of 211.88º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #426FA2 is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB66111162-
CMYK0.590.3100.36
HSL211.88º42.11%44.71%-
HSV(B)211.88º59.26%63.53%-
XYZ14.4515.1436.34-
YUV103.36161.09101.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.47%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 162 (63.67% from 255) = 47.79%
R=19.47%
G=32.74%
B=47.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661111620.590.3100.36211.8842.1144.71
Hex426FA23B1F024d42a2d
Octal10215724273370443245255
Binary100001011011111010001011101111111010010011010100101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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