Html Css Color HEX #4E699C San Marino

📋 copy color: '#4E699C'

red 78 ◦ green 105 ◦ blue 156

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

Shades of San Marino #4E699C

Tints of San Marino #4E699C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.97%

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

R = 23.01%
G = 30.97%
B = 46.02%

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

#4E699C (or 0x4E699C) is known color: San Marino. HEX triplet: 4E, 69 and 9C. RGB value is (78,105,156). Sum of RGB (Red+Green+Blue) = 78+105+156=339 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.01% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E699C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E699C is #B19663. Grayscale: #666666. Windows color (decimal): -11638372 or 10250574. OLE color: 10250574.

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

Color convert

RGB 78 105 156 -
CMYK 0.5 0.33 0 0.39
HSL 219.23º 0.33% 0.46% -
HSV(B) 219.23º 0.5% 0.61% -
XYZ 14.19 14.12 33.43 -
YUV 102.74 158.05 110.35 -
System Red Green Blue C M Y K H S L
Decimal 78 105 156 0.5 0.33 0 0.39 219.23 0.33 0.46
Hex 4E 69 9C 32 21 0 27 DB 21 2E
Octal 116 151 234 62 41 0 47 333 41 56
Binary 1001110 1101001 10011100 110010 100001 0 100111 11011011 100001 101110

Color Harmonies of #4E699C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E699C

Black with #4E699C

Text Example


Text Example

White with #4E699C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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