Html Css Color HEX #4E749C San Marino

📋 copy color: '#4E749C'

red 78 ◦ green 116 ◦ blue 156

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

Shades of San Marino #4E749C

Tints of San Marino #4E749C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 22.29%
G = 33.14%
B = 44.57%

CMYK

 C value IS 0.5

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E749C (or 0x4E749C) is known color: San Marino. HEX triplet: 4E, 74 and 9C. RGB value is (78,116,156). Sum of RGB (Red+Green+Blue) = 78+116+156=350 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.29% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E749C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E749C is #B18B63. Grayscale: #6D6D6D. Windows color (decimal): -11635556 or 10253390. OLE color: 10253390.

HSL color Cylindrical-coordinate representation of color #4E749C: hue angle of 210.77º 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 #4E749C is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 116 156 -
CMYK 0.5 0.26 0 0.39
HSL 210.77º 0.33% 0.46% -
HSV(B) 210.77º 0.5% 0.61% -
XYZ 15.39 16.51 33.83 -
YUV 109.2 154.41 105.75 -
System Red Green Blue C M Y K H S L
Decimal 78 116 156 0.5 0.26 0 0.39 210.77 0.33 0.46
Hex 4E 74 9C 32 1A 0 27 D3 21 2E
Octal 116 164 234 62 32 0 47 323 41 56
Binary 1001110 1110100 10011100 110010 11010 0 100111 11010011 100001 101110

Color Harmonies of #4E749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E749C

Black with #4E749C

Text Example


Text Example

White with #4E749C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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