#4C6AB3

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

Shades of San Marino #4C6AB3

Tints of San Marino #4C6AB3

Color information

#4C6AB3 (or 0x4C6AB3) is unknown color: approx San Marino. HEX triplet: 4C, 6A and B3. RGB value is (76,106,179). Sum of RGB (Red+Green+Blue) = 76+106+179=361 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.05% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 179 (70.31% from 255 or 49.58% from 361); Max value from RGB is 179 - color contains mainly: blue. Hex color #4C6AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4C6AB3 is #B3954C. Grayscale: #696969. Windows color (decimal): -11769165 or 11758156. OLE color: 11758156.

HSL color Cylindrical-coordinate representation of color #4C6AB3: hue angle of 222.52º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C6AB3 is Cyan = 0.58, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB76106179-
CMYK0.580.4100.30
HSL222.52º40.39%50%-
HSV(B)222.52º57.54%70.2%-
XYZ16.2715.144.7-
YUV105.35169.56107.06-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.05%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 179 (70.31% from 255) = 49.58%
R=21.05%
G=29.36%
B=49.58%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761061790.580.4100.30222.5240.3950
Hex4C6AB33A2901Edf2832
Octal11415226372510363375062
Binary100110011010101011001111101010100101111011011111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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