Html Css Color HEX #4D648A Wedgewood

📋 copy color: '#4D648A'

red 77 ◦ green 100 ◦ blue 138

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

Shades of Wedgewood #4D648A

Tints of Wedgewood #4D648A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.81%

R = 24.44%
G = 31.75%
B = 43.81%

CMYK

 C value IS 0.44

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#4D648A (or 0x4D648A) is known color: Wedgewood. HEX triplet: 4D, 64 and 8A. RGB value is (77,100,138). Sum of RGB (Red+Green+Blue) = 77+100+138=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D648A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D648A is #B29B75. Grayscale: #616161. Windows color (decimal): -11705206 or 9069645. OLE color: 9069645.

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

Color convert

RGB 77 100 138 -
CMYK 0.44 0.28 0 0.46
HSL 217.38º 0.28% 0.42% -
HSV(B) 217.38º 0.44% 0.54% -
XYZ 12.21 12.53 25.82 -
YUV 97.46 150.88 113.41 -
System Red Green Blue C M Y K H S L
Decimal 77 100 138 0.44 0.28 0 0.46 217.38 0.28 0.42
Hex 4D 64 8A 2C 1C 0 2E D9 1C 2A
Octal 115 144 212 54 34 0 56 331 34 52
Binary 1001101 1100100 10001010 101100 11100 0 101110 11011001 11100 101010

Color Harmonies of #4D648A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D648A

Black with #4D648A

Text Example


Text Example

White with #4D648A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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