#4f70b4

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

Shades of San Marino #4F70B4

Tints of San Marino #4F70B4

Color information

#4F70B4 (or 0x4F70B4) is unknown color: approx San Marino. HEX triplet: 4F, 70 and B4. RGB value is (79,112,180). Sum of RGB (Red+Green+Blue) = 79+112+180=371 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.29% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #4F70B4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4F70B4 is #B08F4B. Grayscale: #6D6D6D. Windows color (decimal): -11571020 or 11825231. OLE color: 11825231.

HSL color Cylindrical-coordinate representation of color #4F70B4: hue angle of 220.4º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F70B4 is Cyan = 0.56, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB79112180-
CMYK0.560.3800.29
HSL220.4º40.24%50.78%-
HSV(B)220.4º56.11%70.59%-
XYZ17.2616.5545.46-
YUV109.88167.57105.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.29%
GREEN value IS 112 (44.14% from 255) = 30.19%
BLUE value IS 180 (70.70% from 255) = 48.52%
R=21.29%
G=30.19%
B=48.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal791121800.560.3800.29220.440.2450.78
Hex4F70B4382601Ddc2833
Octal11716026470460353345063
Binary100111111100001011010011100010011001110111011100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f70b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,112,180); }

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

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

 a { background-color: rgb(79,112,180); }

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

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

 span { border-color: rgb(79,112,180); }

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