#42709A

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

Shades of San Marino #42709A

Tints of San Marino #42709A

Color information

#42709A (or 0x42709A) is unknown color: approx San Marino. HEX triplet: 42, 70 and 9A. RGB value is (66,112,154). Sum of RGB (Red+Green+Blue) = 66+112+154=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 112 (44.14% from 255 or 33.73% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #42709A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42709A is #BD8F65. Grayscale: #666666. Windows color (decimal): -12423014 or 10121282. OLE color: 10121282.

HSL color Cylindrical-coordinate representation of color #42709A: hue angle of 208.64º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42709A is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB66112154-
CMYK0.570.2700.40
HSL208.64º40%43.14%-
HSV(B)208.64º57.14%60.39%-
XYZ13.8715.0832.75-
YUV103.03156.76101.58-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 112 (44.14% from 255) = 33.73%
BLUE value IS 154 (60.55% from 255) = 46.39%
R=19.88%
G=33.73%
B=46.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal661121540.570.2700.40208.644043.14
Hex42709A391B028d1282b
Octal10216023271330503215053
Binary100001011100001001101011100111011010100011010001101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42709A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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