Html Css Color HEX #4E75AC San Marino

📋 copy color: '#4E75AC'

red 78 ◦ green 117 ◦ blue 172

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

Shades of San Marino #4E75AC

Tints of San Marino #4E75AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 21.25%
G = 31.88%
B = 46.87%

CMYK

 C value IS 0.55

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E75AC (or 0x4E75AC) is known color: San Marino. HEX triplet: 4E, 75 and AC. RGB value is (78,117,172). Sum of RGB (Red+Green+Blue) = 78+117+172=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 117 (46.09% from 255 or 31.88% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E75AC is #B18A53. Grayscale: #6F6F6F. Windows color (decimal): -11635284 or 11302222. OLE color: 11302222.

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

Color convert

RGB 78 117 172 -
CMYK 0.55 0.32 0 0.33
HSL 215.11º 0.38% 0.49% -
HSV(B) 215.11º 0.55% 0.67% -
XYZ 16.95 17.32 41.48 -
YUV 111.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 78 117 172 0.55 0.32 0 0.33 215.11 0.38 0.49
Hex 4E 75 AC 37 20 0 21 D7 26 31
Octal 116 165 254 67 40 0 41 327 46 61
Binary 1001110 1110101 10101100 110111 100000 0 100001 11010111 100110 110001

Color Harmonies of #4E75AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E75AC

Black with #4E75AC

Text Example


Text Example

White with #4E75AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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