Html Css Color HEX #4E709C San Marino

📋 copy color: '#4E709C'

red 78 ◦ green 112 ◦ blue 156

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

Shades of San Marino #4E709C

Tints of San Marino #4E709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.37%

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

R = 22.54%
G = 32.37%
B = 45.09%

CMYK

 C value IS 0.5

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E709C (or 0x4E709C) is known color: San Marino. HEX triplet: 4E, 70 and 9C. RGB value is (78,112,156). Sum of RGB (Red+Green+Blue) = 78+112+156=346 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.54% from 346); Green value is 112 (44.14% from 255 or 32.37% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E709C is #B18F63. Grayscale: #6A6A6A. Windows color (decimal): -11636580 or 10252366. OLE color: 10252366.

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

Color convert

RGB 78 112 156 -
CMYK 0.5 0.28 0 0.39
HSL 213.85º 0.33% 0.46% -
HSV(B) 213.85º 0.5% 0.61% -
XYZ 14.94 15.61 33.68 -
YUV 106.85 155.74 107.42 -
System Red Green Blue C M Y K H S L
Decimal 78 112 156 0.5 0.28 0 0.39 213.85 0.33 0.46
Hex 4E 70 9C 32 1C 0 27 D6 21 2E
Octal 116 160 234 62 34 0 47 326 41 56
Binary 1001110 1110000 10011100 110010 11100 0 100111 11010110 100001 101110

Color Harmonies of #4E709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E709C

Black with #4E709C

Text Example


Text Example

White with #4E709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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