Html Css Color HEX #4D6384 Wedgewood

📋 copy color: '#4D6384'

red 77 ◦ green 99 ◦ blue 132

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

Shades of Wedgewood #4D6384

Tints of Wedgewood #4D6384

RGB

 RED value IS 77 (30.47% from 255) = 25%

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

 BLUE value IS 132 (51.95% from 255) = 42.86%

R = 25%
G = 32.14%
B = 42.86%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D6384 (or 0x4D6384) is known color: Wedgewood. HEX triplet: 4D, 63 and 84. RGB value is (77,99,132). Sum of RGB (Red+Green+Blue) = 77+99+132=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 99 (39.06% from 255 or 32.14% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D6384 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6384 is #B29C7B. Grayscale: #606060. Windows color (decimal): -11705468 or 8676173. OLE color: 8676173.

HSL color Cylindrical-coordinate representation of color #4D6384: hue angle of 216º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D6384 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 99 132 -
CMYK 0.42 0.25 0 0.48
HSL 216º 0.26% 0.41% -
HSV(B) 216º 0.42% 0.52% -
XYZ 11.69 12.17 23.56 -
YUV 96.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 77 99 132 0.42 0.25 0 0.48 216 0.26 0.41
Hex 4D 63 84 2A 19 0 30 D8 1A 29
Octal 115 143 204 52 31 0 60 330 32 51
Binary 1001101 1100011 10000100 101010 11001 0 110000 11011000 11010 101001

Color Harmonies of #4D6384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6384

Black with #4D6384

Text Example


Text Example

White with #4D6384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,99,132); }

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

background-color css

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

 a { background-color: rgb(77,99,132); }

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

border-color css

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

 span { border-color: rgb(77,99,132); }

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