#4F63A1

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

Shades of San Marino #4F63A1

Tints of San Marino #4F63A1

Color information

#4F63A1 (or 0x4F63A1) is unknown color: approx San Marino. HEX triplet: 4F, 63 and A1. RGB value is (79,99,161). Sum of RGB (Red+Green+Blue) = 79+99+161=339 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.30% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #4F63A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F63A1 is #B09C5E. Grayscale: #636363. Windows color (decimal): -11574367 or 10576719. OLE color: 10576719.

HSL color Cylindrical-coordinate representation of color #4F63A1: hue angle of 225.37º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F63A1 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB7999161-
CMYK0.510.3900.37
HSL225.37º34.17%47.06%-
HSV(B)225.37º50.93%63.14%-
XYZ14.1213.1635.51-
YUV100.09162.37112.96-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.30%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 161 (63.28% from 255) = 47.49%
R=23.30%
G=29.20%
B=47.49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal79991610.510.3900.37225.3734.1747.06
Hex4F63A13327025e1222f
Octal11714324163470453414257
Binary1001111110001110100001110011100111010010111100001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F63A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,99,161); }

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

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

 a { background-color: rgb(79,99,161); }

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

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

 span { border-color: rgb(79,99,161); }

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