Html Css Color HEX #4D6482 Wedgewood

📋 copy color: '#4D6482'

red 77 ◦ green 100 ◦ blue 130

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

Shades of Wedgewood #4D6482

Tints of Wedgewood #4D6482

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.57%

 BLUE value IS 130 (51.17% from 255) = 42.35%

R = 25.08%
G = 32.57%
B = 42.35%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#4D6482 (or 0x4D6482) is known color: Wedgewood. HEX triplet: 4D, 64 and 82. RGB value is (77,100,130). Sum of RGB (Red+Green+Blue) = 77+100+130=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 100 (39.45% from 255 or 32.57% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #4D6482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6482 is #B29B7D. Grayscale: #606060. Windows color (decimal): -11705214 or 8545357. OLE color: 8545357.

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

Color convert

RGB 77 100 130 -
CMYK 0.41 0.23 0 0.49
HSL 213.96º 0.26% 0.41% -
HSV(B) 213.96º 0.41% 0.51% -
XYZ 11.65 12.3 22.88 -
YUV 96.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 77 100 130 0.41 0.23 0 0.49 213.96 0.26 0.41
Hex 4D 64 82 29 17 0 31 D6 1A 29
Octal 115 144 202 51 27 0 61 326 32 51
Binary 1001101 1100100 10000010 101001 10111 0 110001 11010110 11010 101001

Color Harmonies of #4D6482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6482

Black with #4D6482

Text Example


Text Example

White with #4D6482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,100,130); }

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

background-color css

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

 a { background-color: rgb(77,100,130); }

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

border-color css

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

 span { border-color: rgb(77,100,130); }

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