Html Css Color HEX #4E6379 Wedgewood

📋 copy color: '#4E6379'

red 78 ◦ green 99 ◦ blue 121

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

Shades of Wedgewood #4E6379

Tints of Wedgewood #4E6379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.22%

 BLUE value IS 121 (47.66% from 255) = 40.6%

R = 26.17%
G = 33.22%
B = 40.6%

CMYK

 C value IS 0.36

 M value IS 0.18

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4E6379 (or 0x4E6379) is known color: Wedgewood. HEX triplet: 4E, 63 and 79. RGB value is (78,99,121). Sum of RGB (Red+Green+Blue) = 78+99+121=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 121 (47.66% from 255 or 40.60% from 298); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E6379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6379 is #B19C86. Grayscale: #5F5F5F. Windows color (decimal): -11639943 or 7955278. OLE color: 7955278.

HSL color Cylindrical-coordinate representation of color #4E6379: hue angle of 210.7º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4E6379 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 78 99 121 -
CMYK 0.36 0.18 0 0.53
HSL 210.7º 0.22% 0.39% -
HSV(B) 210.7º 0.36% 0.47% -
XYZ 11.05 11.92 19.81 -
YUV 95.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 78 99 121 0.36 0.18 0 0.53 210.7 0.22 0.39
Hex 4E 63 79 24 12 0 35 D3 16 27
Octal 116 143 171 44 22 0 65 323 26 47
Binary 1001110 1100011 1111001 100100 10010 0 110101 11010011 10110 100111

Color Harmonies of #4E6379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6379

Black with #4E6379

Text Example


Text Example

White with #4E6379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,99,121); }

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

background-color css

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

 a { background-color: rgb(78,99,121); }

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

border-color css

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

 span { border-color: rgb(78,99,121); }

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