Html Css Color HEX #4D6F93 Wedgewood

📋 copy color: '#4D6F93'

red 77 ◦ green 111 ◦ blue 147

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

Shades of Wedgewood #4D6F93

Tints of Wedgewood #4D6F93

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.13%

 BLUE value IS 147 (57.81% from 255) = 43.88%

R = 22.99%
G = 33.13%
B = 43.88%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#4D6F93 (or 0x4D6F93) is known color: Wedgewood. HEX triplet: 4D, 6F and 93. RGB value is (77,111,147). Sum of RGB (Red+Green+Blue) = 77+111+147=335 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.99% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D6F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6F93 is #B2906C. Grayscale: #686868. Windows color (decimal): -11702381 or 9662285. OLE color: 9662285.

HSL color Cylindrical-coordinate representation of color #4D6F93: hue angle of 210.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D6F93 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 111 147 -
CMYK 0.48 0.24 0 0.42
HSL 210.86º 0.31% 0.44% -
HSV(B) 210.86º 0.48% 0.58% -
XYZ 14.01 15.05 29.77 -
YUV 104.94 151.74 108.07 -
System Red Green Blue C M Y K H S L
Decimal 77 111 147 0.48 0.24 0 0.42 210.86 0.31 0.44
Hex 4D 6F 93 30 18 0 2A D3 1F 2C
Octal 115 157 223 60 30 0 52 323 37 54
Binary 1001101 1101111 10010011 110000 11000 0 101010 11010011 11111 101100

Color Harmonies of #4D6F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6F93

Black with #4D6F93

Text Example


Text Example

White with #4D6F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,111,147); }

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

background-color css

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

 a { background-color: rgb(77,111,147); }

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

border-color css

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

 span { border-color: rgb(77,111,147); }

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