#4F65A9

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

Shades of San Marino #4F65A9

Tints of San Marino #4F65A9

Color information

#4F65A9 (or 0x4F65A9) is unknown color: approx San Marino. HEX triplet: 4F, 65 and A9. RGB value is (79,101,169). Sum of RGB (Red+Green+Blue) = 79+101+169=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 169 (66.41% from 255 or 48.42% from 349); Max value from RGB is 169 - color contains mainly: blue. Hex color #4F65A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F65A9 is #B09A56. Grayscale: #656565. Windows color (decimal): -11573847 or 11101519. OLE color: 11101519.

HSL color Cylindrical-coordinate representation of color #4F65A9: hue angle of 225.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F65A9 is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB79101169-
CMYK0.530.4000.34
HSL225.33º36.29%48.63%-
HSV(B)225.33º53.25%66.27%-
XYZ15.0413.8339.41-
YUV102.17165.71111.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.64%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 169 (66.41% from 255) = 48.42%
R=22.64%
G=28.94%
B=48.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal791011690.530.4000.34225.3336.2948.63
Hex4F65A93528022e12431
Octal11714525165500423414461
Binary1001111110010110101001110101101000010001011100001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F65A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,101,169); }

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

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

 a { background-color: rgb(79,101,169); }

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

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

 span { border-color: rgb(79,101,169); }

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