#4e74af

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

Shades of San Marino #4E74AF

Tints of San Marino #4E74AF

Color information

#4E74AF (or 0x4E74AF) is unknown color: approx San Marino. HEX triplet: 4E, 74 and AF. RGB value is (78,116,175). Sum of RGB (Red+Green+Blue) = 78+116+175=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E74AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E74AF is #B18B50. Grayscale: #6F6F6F. Windows color (decimal): -11635537 or 11498574. OLE color: 11498574.

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

Color convert

RGB78116175-
CMYK0.550.3400.31
HSL216.49º38.34%49.61%-
HSV(B)216.49º55.43%68.63%-
XYZ17.1317.2142.98-
YUV111.36163.91104.2-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.14%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 175 (68.75% from 255) = 47.43%
R=21.14%
G=31.44%
B=47.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal781161750.550.3400.31216.4938.3449.61
Hex4E74AF372201Fd82632
Octal11616425767420373304662
Binary100111011101001010111111011110001001111111011000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4e74af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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