Html Css Color HEX #4E6383 Wedgewood

📋 copy color: '#4E6383'

red 78 ◦ green 99 ◦ blue 131

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

Shades of Wedgewood #4E6383

Tints of Wedgewood #4E6383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.53%

R = 25.32%
G = 32.14%
B = 42.53%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4E6383 (or 0x4E6383) is known color: Wedgewood. HEX triplet: 4E, 63 and 83. RGB value is (78,99,131). Sum of RGB (Red+Green+Blue) = 78+99+131=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #4E6383 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6383 is #B19C7C. Grayscale: #606060. Windows color (decimal): -11639933 or 8610638. OLE color: 8610638.

HSL color Cylindrical-coordinate representation of color #4E6383: hue angle of 216.23º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E6383 is Cyan = 0.40, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 78 99 131 -
CMYK 0.40 0.24 0 0.49
HSL 216.23º 0.25% 0.41% -
HSV(B) 216.23º 0.4% 0.51% -
XYZ 11.7 12.18 23.21 -
YUV 96.37 147.54 114.9 -
System Red Green Blue C M Y K H S L
Decimal 78 99 131 0.40 0.24 0 0.49 216.23 0.25 0.41
Hex 4E 63 83 28 18 0 31 D8 19 29
Octal 116 143 203 50 30 0 61 330 31 51
Binary 1001110 1100011 10000011 101000 11000 0 110001 11011000 11001 101001

Color Harmonies of #4E6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6383

Black with #4E6383

Text Example


Text Example

White with #4E6383

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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