Html Css Color HEX #4E6093 San Marino

📋 copy color: '#4E6093'

red 78 ◦ green 96 ◦ blue 147

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

Shades of San Marino #4E6093

Tints of San Marino #4E6093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 45.79%

R = 24.3%
G = 29.91%
B = 45.79%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E6093 (or 0x4E6093) is known color: San Marino. HEX triplet: 4E, 60 and 93. RGB value is (78,96,147). Sum of RGB (Red+Green+Blue) = 78+96+147=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 147 (57.81% from 255 or 45.79% from 321); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E6093 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6093 is #B19F6C. Grayscale: #606060. Windows color (decimal): -11640685 or 9658446. OLE color: 9658446.

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

Color convert

RGB 78 96 147 -
CMYK 0.47 0.35 0 0.42
HSL 224.35º 0.31% 0.44% -
HSV(B) 224.35º 0.47% 0.58% -
XYZ 12.59 12.09 29.27 -
YUV 96.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 78 96 147 0.47 0.35 0 0.42 224.35 0.31 0.44
Hex 4E 60 93 2F 23 0 2A E0 1F 2C
Octal 116 140 223 57 43 0 52 340 37 54
Binary 1001110 1100000 10010011 101111 100011 0 101010 11100000 11111 101100

Color Harmonies of #4E6093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6093

Black with #4E6093

Text Example


Text Example

White with #4E6093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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