Html Css Color HEX #4D6285 Wedgewood

📋 copy color: '#4D6285'

red 77 ◦ green 98 ◦ blue 133

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

Shades of Wedgewood #4D6285

Tints of Wedgewood #4D6285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.82%

 BLUE value IS 133 (52.34% from 255) = 43.18%

R = 25%
G = 31.82%
B = 43.18%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4D6285 (or 0x4D6285) is known color: Wedgewood. HEX triplet: 4D, 62 and 85. RGB value is (77,98,133). Sum of RGB (Red+Green+Blue) = 77+98+133=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 98 (38.67% from 255 or 31.82% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D6285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6285 is #B29D7A. Grayscale: #5F5F5F. Windows color (decimal): -11705723 or 8741453. OLE color: 8741453.

HSL color Cylindrical-coordinate representation of color #4D6285: hue angle of 217.5º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D6285 is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 77 98 133 -
CMYK 0.42 0.26 0 0.48
HSL 217.5º 0.27% 0.41% -
HSV(B) 217.5º 0.42% 0.52% -
XYZ 11.66 12.01 23.89 -
YUV 95.71 149.04 114.65 -
System Red Green Blue C M Y K H S L
Decimal 77 98 133 0.42 0.26 0 0.48 217.5 0.27 0.41
Hex 4D 62 85 2A 1A 0 30 DA 1B 29
Octal 115 142 205 52 32 0 60 332 33 51
Binary 1001101 1100010 10000101 101010 11010 0 110000 11011010 11011 101001

Color Harmonies of #4D6285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6285

Black with #4D6285

Text Example


Text Example

White with #4D6285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,98,133); }

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

background-color css

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

 a { background-color: rgb(77,98,133); }

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

border-color css

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

 span { border-color: rgb(77,98,133); }

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