Html Css Color HEX #4E689C San Marino

📋 copy color: '#4E689C'

red 78 ◦ green 104 ◦ blue 156

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

Shades of San Marino #4E689C

Tints of San Marino #4E689C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.77%

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

R = 23.08%
G = 30.77%
B = 46.15%

CMYK

 C value IS 0.5

 M value IS 0.33

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#4E689C (or 0x4E689C) is known color: San Marino. HEX triplet: 4E, 68 and 9C. RGB value is (78,104,156). Sum of RGB (Red+Green+Blue) = 78+104+156=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E689C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E689C is #B19763. Grayscale: #656565. Windows color (decimal): -11638628 or 10250318. OLE color: 10250318.

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

Color convert

RGB 78 104 156 -
CMYK 0.5 0.33 0 0.39
HSL 220º 0.33% 0.46% -
HSV(B) 220º 0.5% 0.61% -
XYZ 14.09 13.92 33.4 -
YUV 102.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 78 104 156 0.5 0.33 0 0.39 220 0.33 0.46
Hex 4E 68 9C 32 21 0 27 DC 21 2E
Octal 116 150 234 62 41 0 47 334 41 56
Binary 1001110 1101000 10011100 110010 100001 0 100111 11011100 100001 101110

Color Harmonies of #4E689C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E689C

Black with #4E689C

Text Example


Text Example

White with #4E689C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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