#4F7298

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

Shades of San Marino #4F7298

Tints of San Marino #4F7298

Color information

#4F7298 (or 0x4F7298) is unknown color: approx San Marino. HEX triplet: 4F, 72 and 98. RGB value is (79,114,152). Sum of RGB (Red+Green+Blue) = 79+114+152=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 152 (59.77% from 255 or 44.06% from 345); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F7298 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7298 is #B08D67. Grayscale: #6B6B6B. Windows color (decimal): -11570536 or 9990735. OLE color: 9990735.

HSL color Cylindrical-coordinate representation of color #4F7298: hue angle of 211.23º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F7298 is Cyan = 0.48, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB79114152-
CMYK0.480.2500.40
HSL211.23º31.6%45.29%-
HSV(B)211.23º48.03%59.61%-
XYZ14.9115.9632-
YUV107.87152.9107.41-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.90%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 152 (59.77% from 255) = 44.06%
R=22.90%
G=33.04%
B=44.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal791141520.480.2500.40211.2331.645.29
Hex4F72983019028d3202d
Octal11716223060310503234055
Binary100111111100101001100011000011001010100011010011100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,114,152); }

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

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

 a { background-color: rgb(79,114,152); }

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

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

 span { border-color: rgb(79,114,152); }

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