Html Css Color HEX #4E6EAE San Marino

📋 copy color: '#4E6EAE'

red 78 ◦ green 110 ◦ blue 174

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

Shades of San Marino #4E6EAE

Tints of San Marino #4E6EAE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.39%

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

R = 21.55%
G = 30.39%
B = 48.07%

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

#4E6EAE (or 0x4E6EAE) is known color: San Marino. HEX triplet: 4E, 6E and AE. RGB value is (78,110,174). Sum of RGB (Red+Green+Blue) = 78+110+174=362 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.55% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #4E6EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6EAE is #B19151. Grayscale: #6B6B6B. Windows color (decimal): -11637074 or 11431502. OLE color: 11431502.

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

Color convert

RGB 78 110 174 -
CMYK 0.55 0.37 0 0.32
HSL 220º 0.38% 0.49% -
HSV(B) 220º 0.55% 0.68% -
XYZ 16.36 15.83 42.24 -
YUV 107.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 78 110 174 0.55 0.37 0 0.32 220 0.38 0.49
Hex 4E 6E AE 37 25 0 20 DC 26 31
Octal 116 156 256 67 45 0 40 334 46 61
Binary 1001110 1101110 10101110 110111 100101 0 100000 11011100 100110 110001

Color Harmonies of #4E6EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6EAE

Black with #4E6EAE

Text Example


Text Example

White with #4E6EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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