#4F6396

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

Shades of San Marino #4F6396

Tints of San Marino #4F6396

Color information

#4F6396 (or 0x4F6396) is unknown color: approx San Marino. HEX triplet: 4F, 63 and 96. RGB value is (79,99,150). Sum of RGB (Red+Green+Blue) = 79+99+150=328 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.09% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F6396 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6396 is #B09C69. Grayscale: #626262. Windows color (decimal): -11574378 or 9855823. OLE color: 9855823.

HSL color Cylindrical-coordinate representation of color #4F6396: hue angle of 223.1º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F6396 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7999150-
CMYK0.470.3400.41
HSL223.1º31%44.9%-
HSV(B)223.1º47.33%58.82%-
XYZ13.1912.7930.63-
YUV98.83156.87113.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.09%
GREEN value IS 99 (39.06% from 255) = 30.18%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=24.09%
G=30.18%
B=45.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal79991500.470.3400.41223.13144.9
Hex4F63962F22029df1f2d
Octal11714322657420513373755
Binary100111111000111001011010111110001001010011101111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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