#4C6AAD

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

Shades of San Marino #4C6AAD

Tints of San Marino #4C6AAD

Color information

#4C6AAD (or 0x4C6AAD) is unknown color: approx San Marino. HEX triplet: 4C, 6A and AD. RGB value is (76,106,173). Sum of RGB (Red+Green+Blue) = 76+106+173=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C6AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6AAD is #B39552. Grayscale: #686868. Windows color (decimal): -11769171 or 11364940. OLE color: 11364940.

HSL color Cylindrical-coordinate representation of color #4C6AAD: hue angle of 221.44º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C6AAD is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB76106173-
CMYK0.560.3900.32
HSL221.44º38.96%48.82%-
HSV(B)221.44º56.07%67.84%-
XYZ15.6814.8641.58-
YUV104.67166.56107.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.41%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 173 (67.97% from 255) = 48.73%
R=21.41%
G=29.86%
B=48.73%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal761061730.560.3900.32221.4438.9648.82
Hex4C6AAD3827020dd2731
Octal11415225570470403354761
Binary1001100110101010101101111000100111010000011011101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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