#4E6AB3

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

Shades of San Marino #4E6AB3

Tints of San Marino #4E6AB3

Color information

#4E6AB3 (or 0x4E6AB3) is unknown color: approx San Marino. HEX triplet: 4E, 6A and B3. RGB value is (78,106,179). Sum of RGB (Red+Green+Blue) = 78+106+179=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 179 (70.31% from 255 or 49.31% from 363); Max value from RGB is 179 - color contains mainly: blue. Hex color #4E6AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #4E6AB3 is #B1954C. Grayscale: #696969. Windows color (decimal): -11638093 or 11758158. OLE color: 11758158.

HSL color Cylindrical-coordinate representation of color #4E6AB3: hue angle of 223.37º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4E6AB3 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB78106179-
CMYK0.560.4100.30
HSL223.37º39.92%50.39%-
HSV(B)223.37º56.42%70.2%-
XYZ16.4315.1844.71-
YUV105.95169.22108.06-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 21.49%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 179 (70.31% from 255) = 49.31%
R=21.49%
G=29.20%
B=49.31%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal781061790.560.4100.30223.3739.9250.39
Hex4E6AB3382901Edf2832
Octal11615226370510363375062
Binary100111011010101011001111100010100101111011011111101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,106,179); }

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

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

 a { background-color: rgb(78,106,179); }

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

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

 span { border-color: rgb(78,106,179); }

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