#54749f

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

Shades of San Marino #54749F

Tints of San Marino #54749F

Color information

#54749F (or 0x54749F) is unknown color: approx San Marino. HEX triplet: 54, 74 and 9F. RGB value is (84,116,159). Sum of RGB (Red+Green+Blue) = 84+116+159=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #54749F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #54749F is #AB8B60. Grayscale: #6F6F6F. Windows color (decimal): -11242337 or 10450004. OLE color: 10450004.

HSL color Cylindrical-coordinate representation of color #54749F: hue angle of 214.4º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54749F is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84116159-
CMYK0.470.2700.38
HSL214.4º30.86%47.65%-
HSV(B)214.4º47.17%62.35%-
XYZ16.1616.8835.21-
YUV111.33154.9108.5-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=23.40%
G=32.31%
B=44.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841161590.470.2700.38214.430.8647.65
Hex54749F2F1B026d61f30
Octal12416423757330463263760
Binary10101001110100100111111011111101101001101101011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54749f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54749f; }

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

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

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

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

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

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

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

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