Html Css Color HEX #4E6AA6 San Marino

📋 copy color: '#4E6AA6'

red 78 ◦ green 106 ◦ blue 166

#4E6AA6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #4E6AA6

Tints of San Marino #4E6AA6

RGB

 RED value IS 78 (30.86% from 255) = 22.29%

 GREEN value IS 106 (41.8% from 255) = 30.29%

 BLUE value IS 166 (65.23% from 255) = 47.43%

R = 22.29%
G = 30.29%
B = 47.43%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#4E6AA6 (or 0x4E6AA6) is known color: San Marino. HEX triplet: 4E, 6A and A6. RGB value is (78,106,166). Sum of RGB (Red+Green+Blue) = 78+106+166=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 106 (41.80% from 255 or 30.29% from 350); Blue value is 166 (65.23% from 255 or 47.43% from 350); Max value from RGB is 166 - color contains mainly: blue. Hex color #4E6AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6AA6 is #B19559. Grayscale: #686868. Windows color (decimal): -11638106 or 10906190. OLE color: 10906190.

HSL color Cylindrical-coordinate representation of color #4E6AA6: hue angle of 220.91º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E6AA6 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 78 106 166 -
CMYK 0.53 0.36 0 0.35
HSL 220.91º 0.36% 0.48% -
HSV(B) 220.91º 0.53% 0.65% -
XYZ 15.18 14.68 38.11 -
YUV 104.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 78 106 166 0.53 0.36 0 0.35 220.91 0.36 0.48
Hex 4E 6A A6 35 24 0 23 DD 24 30
Octal 116 152 246 65 44 0 43 335 44 60
Binary 1001110 1101010 10100110 110101 100100 0 100011 11011101 100100 110000

Color Harmonies of #4E6AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6AA6

Black with #4E6AA6

Text Example


Text Example

White with #4E6AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E6AA6;
 }
 .AnyTagClassName
 {
   color: #4E6AA6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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