#4C6CAF

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

Shades of San Marino #4C6CAF

Tints of San Marino #4C6CAF

Color information

#4C6CAF (or 0x4C6CAF) is unknown color: approx San Marino. HEX triplet: 4C, 6C and AF. RGB value is (76,108,175). Sum of RGB (Red+Green+Blue) = 76+108+175=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 108 (42.58% from 255 or 30.08% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C6CAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6CAF is #B39350. Grayscale: #696969. Windows color (decimal): -11768657 or 11496524. OLE color: 11496524.

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

Color convert

RGB76108175-
CMYK0.570.3800.31
HSL220.61º39.44%49.22%-
HSV(B)220.61º56.57%68.63%-
XYZ16.0815.3642.67-
YUV106.07166.9106.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.17%
GREEN value IS 108 (42.58% from 255) = 30.08%
BLUE value IS 175 (68.75% from 255) = 48.75%
R=21.17%
G=30.08%
B=48.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761081750.570.3800.31220.6139.4449.22
Hex4C6CAF392601Fdd2731
Octal11415425771460373354761
Binary100110011011001010111111100110011001111111011101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,108,175); }

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

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

 a { background-color: rgb(76,108,175); }

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

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

 span { border-color: rgb(76,108,175); }

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