Html Css Color HEX #4E7490 Wedgewood

📋 copy color: '#4E7490'

red 78 ◦ green 116 ◦ blue 144

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

Shades of Wedgewood #4E7490

Tints of Wedgewood #4E7490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.6%

R = 23.08%
G = 34.32%
B = 42.6%

CMYK

 C value IS 0.46

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#4E7490 (or 0x4E7490) is known color: Wedgewood. HEX triplet: 4E, 74 and 90. RGB value is (78,116,144). Sum of RGB (Red+Green+Blue) = 78+116+144=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E7490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7490 is #B18B6F. Grayscale: #6B6B6B. Windows color (decimal): -11635568 or 9466958. OLE color: 9466958.

HSL color Cylindrical-coordinate representation of color #4E7490: hue angle of 205.45º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E7490 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 78 116 144 -
CMYK 0.46 0.19 0 0.44
HSL 205.45º 0.3% 0.44% -
HSV(B) 205.45º 0.46% 0.56% -
XYZ 14.42 16.12 28.74 -
YUV 107.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 78 116 144 0.46 0.19 0 0.44 205.45 0.3 0.44
Hex 4E 74 90 2E 13 0 2C CD 1E 2C
Octal 116 164 220 56 23 0 54 315 36 54
Binary 1001110 1110100 10010000 101110 10011 0 101100 11001101 11110 101100

Color Harmonies of #4E7490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E7490

Black with #4E7490

Text Example


Text Example

White with #4E7490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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