#447099

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

Shades of San Marino #447099

Tints of San Marino #447099

Color information

#447099 (or 0x447099) is unknown color: approx San Marino. HEX triplet: 44, 70 and 99. RGB value is (68,112,153). Sum of RGB (Red+Green+Blue) = 68+112+153=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #447099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #447099 is #BB8F66. Grayscale: #676767. Windows color (decimal): -12291943 or 10055748. OLE color: 10055748.

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

Color convert

RGB68112153-
CMYK0.560.2700.4
HSL208.94º38.46%43.33%-
HSV(B)208.94º55.56%60%-
XYZ13.9315.1232.32-
YUV103.52155.92102.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.42%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=20.42%
G=33.63%
B=45.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681121530.560.2700.4208.9438.4643.33
Hex447099381B028d1262b
Octal10416023170330503214653
Binary100010011100001001100111100011011010100011010001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #447099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #447099; }

 p { color: rgb(68,112,153); }

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

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

 a { background-color: rgb(68,112,153); }

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

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

 span { border-color: rgb(68,112,153); }

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