#4c6bae

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

Shades of San Marino #4C6BAE

Tints of San Marino #4C6BAE

Color information

#4C6BAE (or 0x4C6BAE) is unknown color: approx San Marino. HEX triplet: 4C, 6B and AE. RGB value is (76,107,174). Sum of RGB (Red+Green+Blue) = 76+107+174=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C6BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6BAE is #B39451. Grayscale: #696969. Windows color (decimal): -11768914 or 11430732. OLE color: 11430732.

HSL color Cylindrical-coordinate representation of color #4C6BAE: hue angle of 221.02º 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 #4C6BAE is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB76107174-
CMYK0.560.3900.32
HSL221.02º39.2%49.02%-
HSV(B)221.02º56.32%68.24%-
XYZ15.8815.1142.12-
YUV105.37166.73107.05-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.29%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=21.29%
G=29.97%
B=48.74%

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
Decimal761071740.560.3900.32221.0239.249.02
Hex4C6BAE3827020dd2731
Octal11415325670470403354761
Binary1001100110101110101110111000100111010000011011101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c6bae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,107,174); }

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

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

 a { background-color: rgb(76,107,174); }

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

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

 span { border-color: rgb(76,107,174); }

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