#42709B

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

Shades of San Marino #42709B

Tints of San Marino #42709B

Color information

#42709B (or 0x42709B) is unknown color: approx San Marino. HEX triplet: 42, 70 and 9B. RGB value is (66,112,155). Sum of RGB (Red+Green+Blue) = 66+112+155=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #42709B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42709B is #BD8F64. Grayscale: #666666. Windows color (decimal): -12423013 or 10186818. OLE color: 10186818.

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

Color convert

RGB66112155-
CMYK0.570.2800.39
HSL208.99º40.27%43.33%-
HSV(B)208.99º57.42%60.78%-
XYZ13.9615.1133.19-
YUV103.15157.26101.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=19.82%
G=33.63%
B=46.55%

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
Decimal661121550.570.2800.39208.9940.2743.33
Hex42709B391C027d1282b
Octal10216023371340473215053
Binary100001011100001001101111100111100010011111010001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42709B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42709B; }

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

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

<style>
 a { background-color: #42709B; }

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

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

<style>
 span { border-color: #42709B; }

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

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