Html Css Color HEX #4E749B San Marino

📋 copy color: '#4E749B'

red 78 ◦ green 116 ◦ blue 155

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

Shades of San Marino #4E749B

Tints of San Marino #4E749B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.24%

 BLUE value IS 155 (60.94% from 255) = 44.41%

R = 22.35%
G = 33.24%
B = 44.41%

CMYK

 C value IS 0.50

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E749B (or 0x4E749B) is known color: San Marino. HEX triplet: 4E, 74 and 9B. RGB value is (78,116,155). Sum of RGB (Red+Green+Blue) = 78+116+155=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 116 (45.70% from 255 or 33.24% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E749B is #B18B64. Grayscale: #6C6C6C. Windows color (decimal): -11635557 or 10187854. OLE color: 10187854.

HSL color Cylindrical-coordinate representation of color #4E749B: hue angle of 210.39º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E749B is Cyan = 0.50, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 116 155 -
CMYK 0.50 0.25 0 0.39
HSL 210.39º 0.33% 0.46% -
HSV(B) 210.39º 0.5% 0.61% -
XYZ 15.3 16.48 33.38 -
YUV 109.08 153.91 105.83 -
System Red Green Blue C M Y K H S L
Decimal 78 116 155 0.50 0.25 0 0.39 210.39 0.33 0.46
Hex 4E 74 9B 32 19 0 27 D2 21 2E
Octal 116 164 233 62 31 0 47 322 41 56
Binary 1001110 1110100 10011011 110010 11001 0 100111 11010010 100001 101110

Color Harmonies of #4E749B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E749B

Black with #4E749B

Text Example


Text Example

White with #4E749B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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