#4C68AF

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

Shades of San Marino #4C68AF

Tints of San Marino #4C68AF

Color information

#4C68AF (or 0x4C68AF) is unknown color: approx San Marino. HEX triplet: 4C, 68 and AF. RGB value is (76,104,175). Sum of RGB (Red+Green+Blue) = 76+104+175=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C68AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C68AF is #B39750. Grayscale: #676767. Windows color (decimal): -11769681 or 11495500. OLE color: 11495500.

HSL color Cylindrical-coordinate representation of color #4C68AF: hue angle of 223.03º 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 #4C68AF is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB76104175-
CMYK0.570.4100.31
HSL223.03º39.44%49.22%-
HSV(B)223.03º56.57%68.63%-
XYZ15.6714.5342.54-
YUV103.72168.22108.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.41%
GREEN value IS 104 (41.02% from 255) = 29.30%
BLUE value IS 175 (68.75% from 255) = 49.30%
R=21.41%
G=29.30%
B=49.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761041750.570.4100.31223.0339.4449.22
Hex4C68AF392901Fdf2731
Octal11415025771510373374761
Binary100110011010001010111111100110100101111111011111100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C68AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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