#43749F

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

Shades of San Marino #43749F

Tints of San Marino #43749F

Color information

#43749F (or 0x43749F) is unknown color: approx San Marino. HEX triplet: 43, 74 and 9F. RGB value is (67,116,159). Sum of RGB (Red+Green+Blue) = 67+116+159=342 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.59% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 159 (62.5% from 255 or 46.49% from 342); Max value from RGB is 159 - color contains mainly: blue. Hex color #43749F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43749F is #BC8B60. Grayscale: #6A6A6A. Windows color (decimal): -12356449 or 10449987. OLE color: 10449987.

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

Color convert

RGB67116159-
CMYK0.580.2700.38
HSL208.04º40.71%44.31%-
HSV(B)208.04º57.86%62.35%-
XYZ14.8216.1935.14-
YUV106.25157.77100-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.59%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 159 (62.5% from 255) = 46.49%
R=19.59%
G=33.92%
B=46.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671161590.580.2700.38208.0440.7144.31
Hex43749F3A1B026d0292c
Octal10316423772330463205154
Binary100001111101001001111111101011011010011011010000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43749F; }

 p { color: rgb(67,116,159); }

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

<style>
 a { background-color: #43749F; }

 a { background-color: rgb(67,116,159); }

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

<style>
 span { border-color: #43749F; }

 span { border-color: rgb(67,116,159); }

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