#4C6AB1

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

Shades of San Marino #4C6AB1

Tints of San Marino #4C6AB1

Color information

#4C6AB1 (or 0x4C6AB1) is unknown color: approx San Marino. HEX triplet: 4C, 6A and B1. RGB value is (76,106,177). Sum of RGB (Red+Green+Blue) = 76+106+177=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 177 (69.53% from 255 or 49.30% from 359); Max value from RGB is 177 - color contains mainly: blue. Hex color #4C6AB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6AB1 is #B3954E. Grayscale: #686868. Windows color (decimal): -11769167 or 11627084. OLE color: 11627084.

HSL color Cylindrical-coordinate representation of color #4C6AB1: hue angle of 222.18º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4C6AB1 is Cyan = 0.57, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB76106177-
CMYK0.570.4000.31
HSL222.18º39.92%49.61%-
HSV(B)222.18º57.06%69.41%-
XYZ16.0715.0243.65-
YUV105.12168.56107.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.17%
GREEN value IS 106 (41.80% from 255) = 29.53%
BLUE value IS 177 (69.53% from 255) = 49.30%
R=21.17%
G=29.53%
B=49.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761061770.570.4000.31222.1839.9249.61
Hex4C6AB1392801Fde2832
Octal11415226171500373365062
Binary100110011010101011000111100110100001111111011110101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,106,177); }

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

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

 a { background-color: rgb(76,106,177); }

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

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

 span { border-color: rgb(76,106,177); }

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