#4E6FAF

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

Shades of San Marino #4E6FAF

Tints of San Marino #4E6FAF

Color information

#4E6FAF (or 0x4E6FAF) is unknown color: approx San Marino. HEX triplet: 4E, 6F and AF. RGB value is (78,111,175). Sum of RGB (Red+Green+Blue) = 78+111+175=364 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.43% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E6FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6FAF is #B19050. Grayscale: #6C6C6C. Windows color (decimal): -11636817 or 11497294. OLE color: 11497294.

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

Color convert

RGB78111175-
CMYK0.550.3700.31
HSL219.59º38.34%49.61%-
HSV(B)219.59º55.43%68.63%-
XYZ16.5616.0842.79-
YUV108.43165.57106.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.43%
GREEN value IS 111 (43.75% from 255) = 30.49%
BLUE value IS 175 (68.75% from 255) = 48.08%
R=21.43%
G=30.49%
B=48.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781111750.550.3700.31219.5938.3449.61
Hex4E6FAF372501Fdc2632
Octal11615725767450373344662
Binary100111011011111010111111011110010101111111011100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,111,175); }

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

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

 a { background-color: rgb(78,111,175); }

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

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

 span { border-color: rgb(78,111,175); }

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