Html Css Color HEX #4D718B Wedgewood

📋 copy color: '#4D718B'

red 77 ◦ green 113 ◦ blue 139

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

Shades of Wedgewood #4D718B

Tints of Wedgewood #4D718B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 139 (54.69% from 255) = 42.25%

R = 23.4%
G = 34.35%
B = 42.25%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D718B (or 0x4D718B) is known color: Wedgewood. HEX triplet: 4D, 71 and 8B. RGB value is (77,113,139). Sum of RGB (Red+Green+Blue) = 77+113+139=329 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.40% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D718B is #B28E74. Grayscale: #696969. Windows color (decimal): -11701877 or 9138509. OLE color: 9138509.

HSL color Cylindrical-coordinate representation of color #4D718B: hue angle of 205.16º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D718B is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 113 139 -
CMYK 0.45 0.19 0 0.45
HSL 205.16º 0.29% 0.42% -
HSV(B) 205.16º 0.45% 0.55% -
XYZ 13.63 15.25 26.65 -
YUV 105.2 147.07 107.89 -
System Red Green Blue C M Y K H S L
Decimal 77 113 139 0.45 0.19 0 0.45 205.16 0.29 0.42
Hex 4D 71 8B 2D 13 0 2D CD 1D 2A
Octal 115 161 213 55 23 0 55 315 35 52
Binary 1001101 1110001 10001011 101101 10011 0 101101 11001101 11101 101010

Color Harmonies of #4D718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D718B

Black with #4D718B

Text Example


Text Example

White with #4D718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,113,139); }

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

background-color css

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

 a { background-color: rgb(77,113,139); }

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

border-color css

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

 span { border-color: rgb(77,113,139); }

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