#4f6496

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

Shades of San Marino #4F6496

Tints of San Marino #4F6496

Color information

#4F6496 (or 0x4F6496) is unknown color: approx San Marino. HEX triplet: 4F, 64 and 96. RGB value is (79,100,150). Sum of RGB (Red+Green+Blue) = 79+100+150=329 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.01% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 150 (58.98% from 255 or 45.59% from 329); Max value from RGB is 150 - color contains mainly: blue. Hex color #4F6496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6496 is #B09B69. Grayscale: #636363. Windows color (decimal): -11574122 or 9856079. OLE color: 9856079.

HSL color Cylindrical-coordinate representation of color #4F6496: hue angle of 222.25º 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 #4F6496 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB79100150-
CMYK0.470.3300.41
HSL222.25º31%44.9%-
HSV(B)222.25º47.33%58.82%-
XYZ13.2912.9830.66-
YUV99.42156.54113.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.01%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 150 (58.98% from 255) = 45.59%
R=24.01%
G=30.40%
B=45.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal791001500.470.3300.41222.253144.9
Hex4F64962F21029de1f2d
Octal11714422657410513363755
Binary100111111001001001011010111110000101010011101111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f6496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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