Html Css Color HEX #4E6285 Wedgewood

📋 copy color: '#4E6285'

red 78 ◦ green 98 ◦ blue 133

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

Shades of Wedgewood #4E6285

Tints of Wedgewood #4E6285

RGB

 RED value IS 78 (30.86% from 255) = 25.24%

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

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

R = 25.24%
G = 31.72%
B = 43.04%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4E6285 (or 0x4E6285) is known color: Wedgewood. HEX triplet: 4E, 62 and 85. RGB value is (78,98,133). Sum of RGB (Red+Green+Blue) = 78+98+133=309 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.24% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E6285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6285 is #B19D7A. Grayscale: #5F5F5F. Windows color (decimal): -11640187 or 8741454. OLE color: 8741454.

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

Color convert

RGB 78 98 133 -
CMYK 0.41 0.26 0 0.48
HSL 218.18º 0.26% 0.41% -
HSV(B) 218.18º 0.41% 0.52% -
XYZ 11.74 12.05 23.9 -
YUV 96.01 148.87 115.15 -
System Red Green Blue C M Y K H S L
Decimal 78 98 133 0.41 0.26 0 0.48 218.18 0.26 0.41
Hex 4E 62 85 29 1A 0 30 DA 1A 29
Octal 116 142 205 51 32 0 60 332 32 51
Binary 1001110 1100010 10000101 101001 11010 0 110000 11011010 11010 101001

Color Harmonies of #4E6285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6285

Black with #4E6285

Text Example


Text Example

White with #4E6285

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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