Html Css Color HEX #4D7496 Wedgewood

📋 copy color: '#4D7496'

red 77 ◦ green 116 ◦ blue 150

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

Shades of Wedgewood #4D7496

Tints of Wedgewood #4D7496

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

 BLUE value IS 150 (58.98% from 255) = 43.73%

R = 22.45%
G = 33.82%
B = 43.73%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#4D7496 (or 0x4D7496) is known color: Wedgewood. HEX triplet: 4D, 74 and 96. RGB value is (77,116,150). Sum of RGB (Red+Green+Blue) = 77+116+150=343 (45% of max value = 765). Red value is 77 (30.47% from 255 or 22.45% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D7496 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7496 is #B28B69. Grayscale: #6C6C6C. Windows color (decimal): -11701098 or 9860173. OLE color: 9860173.

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

Color convert

RGB 77 116 150 -
CMYK 0.49 0.23 0 0.41
HSL 207.95º 0.32% 0.45% -
HSV(B) 207.95º 0.49% 0.59% -
XYZ 14.81 16.27 31.21 -
YUV 108.22 151.58 105.74 -
System Red Green Blue C M Y K H S L
Decimal 77 116 150 0.49 0.23 0 0.41 207.95 0.32 0.45
Hex 4D 74 96 31 17 0 29 D0 20 2D
Octal 115 164 226 61 27 0 51 320 40 55
Binary 1001101 1110100 10010110 110001 10111 0 101001 11010000 100000 101101

Color Harmonies of #4D7496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7496

Black with #4D7496

Text Example


Text Example

White with #4D7496

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,116,150); }

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

background-color css

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

 a { background-color: rgb(77,116,150); }

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

border-color css

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

 span { border-color: rgb(77,116,150); }

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