Html Css Color HEX #4E6EAF San Marino

📋 copy color: '#4E6EAF'

red 78 ◦ green 110 ◦ blue 175

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

Shades of San Marino #4E6EAF

Tints of San Marino #4E6EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 21.49%
G = 30.3%
B = 48.21%

CMYK

 C value IS 0.55

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#4E6EAF (or 0x4E6EAF) is known color: San Marino. HEX triplet: 4E, 6E and AF. RGB value is (78,110,175). Sum of RGB (Red+Green+Blue) = 78+110+175=363 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.49% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #4E6EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6EAF is #B19150. Grayscale: #6B6B6B. Windows color (decimal): -11637073 or 11497038. OLE color: 11497038.

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

Color convert

RGB 78 110 175 -
CMYK 0.55 0.37 0 0.31
HSL 220.21º 0.38% 0.5% -
HSV(B) 220.21º 0.55% 0.69% -
XYZ 16.46 15.87 42.75 -
YUV 107.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 78 110 175 0.55 0.37 0 0.31 220.21 0.38 0.5
Hex 4E 6E AF 37 25 0 1F DC 26 32
Octal 116 156 257 67 45 0 37 334 46 62
Binary 1001110 1101110 10101111 110111 100101 0 11111 11011100 100110 110010

Color Harmonies of #4E6EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6EAF

Black with #4E6EAF

Text Example


Text Example

White with #4E6EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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