Html Css Color HEX #4E6095 San Marino

📋 copy color: '#4E6095'

red 78 ◦ green 96 ◦ blue 149

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

Shades of San Marino #4E6095

Tints of San Marino #4E6095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.72%

 BLUE value IS 149 (58.59% from 255) = 46.13%

R = 24.15%
G = 29.72%
B = 46.13%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E6095 (or 0x4E6095) is known color: San Marino. HEX triplet: 4E, 60 and 95. RGB value is (78,96,149). Sum of RGB (Red+Green+Blue) = 78+96+149=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 149 (58.59% from 255 or 46.13% from 323); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E6095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6095 is #B19F6A. Grayscale: #606060. Windows color (decimal): -11640683 or 9789518. OLE color: 9789518.

HSL color Cylindrical-coordinate representation of color #4E6095: hue angle of 224.79º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E6095 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 96 149 -
CMYK 0.48 0.36 0 0.42
HSL 224.79º 0.31% 0.45% -
HSV(B) 224.79º 0.48% 0.58% -
XYZ 12.75 12.16 30.11 -
YUV 96.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 78 96 149 0.48 0.36 0 0.42 224.79 0.31 0.45
Hex 4E 60 95 30 24 0 2A E1 1F 2D
Octal 116 140 225 60 44 0 52 341 37 55
Binary 1001110 1100000 10010101 110000 100100 0 101010 11100001 11111 101101

Color Harmonies of #4E6095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6095

Black with #4E6095

Text Example


Text Example

White with #4E6095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,96,149); }

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

background-color css

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

 a { background-color: rgb(78,96,149); }

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

border-color css

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

 span { border-color: rgb(78,96,149); }

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