Html Css Color HEX #4E7493 Wedgewood

📋 copy color: '#4E7493'

red 78 ◦ green 116 ◦ blue 147

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

Shades of Wedgewood #4E7493

Tints of Wedgewood #4E7493

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.02%

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

R = 22.87%
G = 34.02%
B = 43.11%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4E7493 (or 0x4E7493) is known color: Wedgewood. HEX triplet: 4E, 74 and 93. RGB value is (78,116,147). Sum of RGB (Red+Green+Blue) = 78+116+147=341 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.87% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E7493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7493 is #B18B6C. Grayscale: #6C6C6C. Windows color (decimal): -11635565 or 9663566. OLE color: 9663566.

HSL color Cylindrical-coordinate representation of color #4E7493: hue angle of 206.96º 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 #4E7493 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 78 116 147 -
CMYK 0.47 0.21 0 0.42
HSL 206.96º 0.31% 0.44% -
HSV(B) 206.96º 0.47% 0.58% -
XYZ 14.65 16.22 29.96 -
YUV 108.17 149.91 106.48 -
System Red Green Blue C M Y K H S L
Decimal 78 116 147 0.47 0.21 0 0.42 206.96 0.31 0.44
Hex 4E 74 93 2F 15 0 2A CF 1F 2C
Octal 116 164 223 57 25 0 52 317 37 54
Binary 1001110 1110100 10010011 101111 10101 0 101010 11001111 11111 101100

Color Harmonies of #4E7493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7493

Black with #4E7493

Text Example


Text Example

White with #4E7493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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