Html Css Color HEX #4E6BA1 San Marino

📋 copy color: '#4E6BA1'

red 78 ◦ green 107 ◦ blue 161

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

Shades of San Marino #4E6BA1

Tints of San Marino #4E6BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 30.92%

 BLUE value IS 161 (63.28% from 255) = 46.53%

R = 22.54%
G = 30.92%
B = 46.53%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#4E6BA1 (or 0x4E6BA1) is known color: San Marino. HEX triplet: 4E, 6B and A1. RGB value is (78,107,161). Sum of RGB (Red+Green+Blue) = 78+107+161=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 161 (63.28% from 255 or 46.53% from 346); Max value from RGB is 161 - color contains mainly: blue. Hex color #4E6BA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6BA1 is #B1945E. Grayscale: #686868. Windows color (decimal): -11637855 or 10578766. OLE color: 10578766.

HSL color Cylindrical-coordinate representation of color #4E6BA1: hue angle of 219.04º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E6BA1 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 78 107 161 -
CMYK 0.52 0.34 0 0.37
HSL 219.04º 0.35% 0.47% -
HSV(B) 219.04º 0.52% 0.63% -
XYZ 14.83 14.71 35.78 -
YUV 104.49 159.89 109.11 -
System Red Green Blue C M Y K H S L
Decimal 78 107 161 0.52 0.34 0 0.37 219.04 0.35 0.47
Hex 4E 6B A1 34 22 0 25 DB 23 2F
Octal 116 153 241 64 42 0 45 333 43 57
Binary 1001110 1101011 10100001 110100 100010 0 100101 11011011 100011 101111

Color Harmonies of #4E6BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6BA1

Black with #4E6BA1

Text Example


Text Example

White with #4E6BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,107,161); }

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

background-color css

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

 a { background-color: rgb(78,107,161); }

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

border-color css

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

 span { border-color: rgb(78,107,161); }

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