Html Css Color HEX #4E75AD San Marino

📋 copy color: '#4E75AD'

red 78 ◦ green 117 ◦ blue 173

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

Shades of San Marino #4E75AD

Tints of San Marino #4E75AD

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.79%

 BLUE value IS 173 (67.97% from 255) = 47.01%

R = 21.2%
G = 31.79%
B = 47.01%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4E75AD (or 0x4E75AD) is known color: San Marino. HEX triplet: 4E, 75 and AD. RGB value is (78,117,173). Sum of RGB (Red+Green+Blue) = 78+117+173=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 117 (46.09% from 255 or 31.79% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #4E75AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E75AD is #B18A52. Grayscale: #6F6F6F. Windows color (decimal): -11635283 or 11367758. OLE color: 11367758.

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

Color convert

RGB 78 117 173 -
CMYK 0.55 0.32 0 0.32
HSL 215.37º 0.38% 0.49% -
HSV(B) 215.37º 0.55% 0.68% -
XYZ 17.05 17.36 41.99 -
YUV 111.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 78 117 173 0.55 0.32 0 0.32 215.37 0.38 0.49
Hex 4E 75 AD 37 20 0 20 D7 26 31
Octal 116 165 255 67 40 0 40 327 46 61
Binary 1001110 1110101 10101101 110111 100000 0 100000 11010111 100110 110001

Color Harmonies of #4E75AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E75AD

Black with #4E75AD

Text Example


Text Example

White with #4E75AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,117,173); }

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

background-color css

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

 a { background-color: rgb(78,117,173); }

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

border-color css

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

 span { border-color: rgb(78,117,173); }

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