Html Css Color HEX #4D7491 Wedgewood

📋 copy color: '#4D7491'

red 77 ◦ green 116 ◦ blue 145

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

Shades of Wedgewood #4D7491

Tints of Wedgewood #4D7491

RGB

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

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

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

R = 22.78%
G = 34.32%
B = 42.9%

CMYK

 C value IS 0.47

 M value IS 0.2

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4D7491 (or 0x4D7491) is known color: Wedgewood. HEX triplet: 4D, 74 and 91. RGB value is (77,116,145). Sum of RGB (Red+Green+Blue) = 77+116+145=338 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.78% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D7491 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D7491 is #B28B6E. Grayscale: #6B6B6B. Windows color (decimal): -11701103 or 9532493. OLE color: 9532493.

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

Color convert

RGB 77 116 145 -
CMYK 0.47 0.2 0 0.43
HSL 205.59º 0.31% 0.44% -
HSV(B) 205.59º 0.47% 0.57% -
XYZ 14.42 16.11 29.14 -
YUV 107.65 149.08 106.14 -
System Red Green Blue C M Y K H S L
Decimal 77 116 145 0.47 0.2 0 0.43 205.59 0.31 0.44
Hex 4D 74 91 2F 14 0 2B CE 1F 2C
Octal 115 164 221 57 24 0 53 316 37 54
Binary 1001101 1110100 10010001 101111 10100 0 101011 11001110 11111 101100

Color Harmonies of #4D7491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D7491

Black with #4D7491

Text Example


Text Example

White with #4D7491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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