Html Css Color HEX #4E7296 San Marino

📋 copy color: '#4E7296'

red 78 ◦ green 114 ◦ blue 150

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

Shades of San Marino #4E7296

Tints of San Marino #4E7296

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.33%

 BLUE value IS 150 (58.98% from 255) = 43.86%

R = 22.81%
G = 33.33%
B = 43.86%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4E7296 (or 0x4E7296) is known color: San Marino. HEX triplet: 4E, 72 and 96. RGB value is (78,114,150). Sum of RGB (Red+Green+Blue) = 78+114+150=342 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.81% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E7296 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7296 is #B18D69. Grayscale: #6B6B6B. Windows color (decimal): -11636074 or 9859662. OLE color: 9859662.

HSL color Cylindrical-coordinate representation of color #4E7296: hue angle of 210º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E7296 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 78 114 150 -
CMYK 0.48 0.24 0 0.41
HSL 210º 0.32% 0.45% -
HSV(B) 210º 0.48% 0.59% -
XYZ 14.66 15.86 31.14 -
YUV 107.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 78 114 150 0.48 0.24 0 0.41 210 0.32 0.45
Hex 4E 72 96 30 18 0 29 D2 20 2D
Octal 116 162 226 60 30 0 51 322 40 55
Binary 1001110 1110010 10010110 110000 11000 0 101001 11010010 100000 101101

Color Harmonies of #4E7296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7296

Black with #4E7296

Text Example


Text Example

White with #4E7296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,114,150); }

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

background-color css

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

 a { background-color: rgb(78,114,150); }

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

border-color css

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

 span { border-color: rgb(78,114,150); }

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