#4C69AF

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

Shades of San Marino #4C69AF

Tints of San Marino #4C69AF

Color information

#4C69AF (or 0x4C69AF) is unknown color: approx San Marino. HEX triplet: 4C, 69 and AF. RGB value is (76,105,175). Sum of RGB (Red+Green+Blue) = 76+105+175=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #4C69AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C69AF is #B39650. Grayscale: #686868. Windows color (decimal): -11769425 or 11495756. OLE color: 11495756.

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

Color convert

RGB76105175-
CMYK0.570.4000.31
HSL222.42º39.44%49.22%-
HSV(B)222.42º56.57%68.63%-
XYZ15.7714.7342.57-
YUV104.31167.89107.81-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 105 (41.41% from 255) = 29.49%
BLUE value IS 175 (68.75% from 255) = 49.16%
R=21.35%
G=29.49%
B=49.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761051750.570.4000.31222.4239.4449.22
Hex4C69AF392801Fde2731
Octal11415125771500373364761
Binary100110011010011010111111100110100001111111011110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C69AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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