Html Css Color HEX #4D7191 Wedgewood

📋 copy color: '#4D7191'

red 77 ◦ green 113 ◦ blue 145

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

Shades of Wedgewood #4D7191

Tints of Wedgewood #4D7191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 22.99%
G = 33.73%
B = 43.28%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D7191 (or 0x4D7191) is known color: Wedgewood. HEX triplet: 4D, 71 and 91. RGB value is (77,113,145). Sum of RGB (Red+Green+Blue) = 77+113+145=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D7191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7191 is #B28E6E. Grayscale: #696969. Windows color (decimal): -11701871 or 9531725. OLE color: 9531725.

HSL color Cylindrical-coordinate representation of color #4D7191: hue angle of 208.24º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D7191 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 113 145 -
CMYK 0.47 0.22 0 0.43
HSL 208.24º 0.31% 0.44% -
HSV(B) 208.24º 0.47% 0.57% -
XYZ 14.08 15.43 29.02 -
YUV 105.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 77 113 145 0.47 0.22 0 0.43 208.24 0.31 0.44
Hex 4D 71 91 2F 16 0 2B D0 1F 2C
Octal 115 161 221 57 26 0 53 320 37 54
Binary 1001101 1110001 10010001 101111 10110 0 101011 11010000 11111 101100

Color Harmonies of #4D7191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7191

Black with #4D7191

Text Example


Text Example

White with #4D7191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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