Html Css Color HEX #4E6DAE San Marino

📋 copy color: '#4E6DAE'

red 78 ◦ green 109 ◦ blue 174

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

Shades of San Marino #4E6DAE

Tints of San Marino #4E6DAE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.19%

 BLUE value IS 174 (68.36% from 255) = 48.2%

R = 21.61%
G = 30.19%
B = 48.2%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4E6DAE (or 0x4E6DAE) is known color: San Marino. HEX triplet: 4E, 6D and AE. RGB value is (78,109,174). Sum of RGB (Red+Green+Blue) = 78+109+174=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 109 (42.97% from 255 or 30.19% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E6DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6DAE is #B19251. Grayscale: #6A6A6A. Windows color (decimal): -11637330 or 11431246. OLE color: 11431246.

HSL color Cylindrical-coordinate representation of color #4E6DAE: hue angle of 220.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E6DAE is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 78 109 174 -
CMYK 0.55 0.37 0 0.32
HSL 220.63º 0.38% 0.49% -
HSV(B) 220.63º 0.55% 0.68% -
XYZ 16.25 15.61 42.2 -
YUV 107.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 78 109 174 0.55 0.37 0 0.32 220.63 0.38 0.49
Hex 4E 6D AE 37 25 0 20 DD 26 31
Octal 116 155 256 67 45 0 40 335 46 61
Binary 1001110 1101101 10101110 110111 100101 0 100000 11011101 100110 110001

Color Harmonies of #4E6DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6DAE

Black with #4E6DAE

Text Example


Text Example

White with #4E6DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,109,174); }

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

background-color css

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

 a { background-color: rgb(78,109,174); }

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

border-color css

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

 span { border-color: rgb(78,109,174); }

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