#4F7BA3

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

Shades of San Marino #4F7BA3

Tints of San Marino #4F7BA3

Color information

#4F7BA3 (or 0x4F7BA3) is unknown color: approx San Marino. HEX triplet: 4F, 7B and A3. RGB value is (79,123,163). Sum of RGB (Red+Green+Blue) = 79+123+163=365 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.64% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 163 (64.06% from 255 or 44.66% from 365); Max value from RGB is 163 - color contains mainly: blue. Hex color #4F7BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7BA3 is #B0845C. Grayscale: #727272. Windows color (decimal): -11568221 or 10713935. OLE color: 10713935.

HSL color Cylindrical-coordinate representation of color #4F7BA3: hue angle of 208.57º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4F7BA3 is Cyan = 0.52, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB79123163-
CMYK0.520.2500.36
HSL208.57º34.71%47.45%-
HSV(B)208.57º51.53%63.92%-
XYZ16.9218.4737.32-
YUV114.4155.42102.75-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.64%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 163 (64.06% from 255) = 44.66%
R=21.64%
G=33.70%
B=44.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791231630.520.2500.36208.5734.7147.45
Hex4F7BA33419024d1232f
Octal11717324364310443214357
Binary100111111110111010001111010011001010010011010001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7BA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F7BA3; }

 p { color: rgb(79,123,163); }

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

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

 a { background-color: rgb(79,123,163); }

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

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

 span { border-color: rgb(79,123,163); }

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