Html Css Color HEX #4D7391 Wedgewood

📋 copy color: '#4D7391'

red 77 ◦ green 115 ◦ blue 145

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

Shades of Wedgewood #4D7391

Tints of Wedgewood #4D7391

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.12%

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

R = 22.85%
G = 34.12%
B = 43.03%

CMYK

 C value IS 0.47

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D7391 (or 0x4D7391) is known color: Wedgewood. HEX triplet: 4D, 73 and 91. RGB value is (77,115,145). Sum of RGB (Red+Green+Blue) = 77+115+145=337 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.85% from 337); Green value is 115 (45.31% from 255 or 34.12% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D7391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7391 is #B28C6E. Grayscale: #6A6A6A. Windows color (decimal): -11701359 or 9532237. OLE color: 9532237.

HSL color Cylindrical-coordinate representation of color #4D7391: hue angle of 206.47º 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 #4D7391 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 115 145 -
CMYK 0.47 0.21 0 0.43
HSL 206.47º 0.31% 0.44% -
HSV(B) 206.47º 0.47% 0.57% -
XYZ 14.3 15.88 29.1 -
YUV 107.06 149.41 106.56 -
System Red Green Blue C M Y K H S L
Decimal 77 115 145 0.47 0.21 0 0.43 206.47 0.31 0.44
Hex 4D 73 91 2F 15 0 2B CE 1F 2C
Octal 115 163 221 57 25 0 53 316 37 54
Binary 1001101 1110011 10010001 101111 10101 0 101011 11001110 11111 101100

Color Harmonies of #4D7391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7391

Black with #4D7391

Text Example


Text Example

White with #4D7391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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