#4C698E

Color #4C698E Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #4C698E

Tints of Wedgewood #4C698E

Color information

#4C698E (or 0x4C698E) is unknown color: approx Wedgewood. HEX triplet: 4C, 69 and 8E. RGB value is (76,105,142). Sum of RGB (Red+Green+Blue) = 76+105+142=323 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.53% from 323); Green value is 105 (41.41% from 255 or 32.51% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C698E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C698E is #B39671. Grayscale: #646464. Windows color (decimal): -11769458 or 9333068. OLE color: 9333068.

HSL color Cylindrical-coordinate representation of color #4C698E: hue angle of 213.64º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C698E is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB76105142-
CMYK0.460.2600.44
HSL213.64º30.28%42.75%-
HSV(B)213.64º46.48%55.69%-
XYZ12.9113.5927.53-
YUV100.55151.39110.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.53%
GREEN value IS 105 (41.41% from 255) = 32.51%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=23.53%
G=32.51%
B=43.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761051420.460.2600.44213.6430.2842.75
Hex4C698E2E1A02Cd61e2b
Octal11415121656320543263653
Binary10011001101001100011101011101101001011001101011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C698E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,105,142); }

 H1.HeaderClassName
 {
   color: #4C698E;
 }
 .AnyTagClassName
 {
   color: #4C698E;
 }
</style>
background-color css

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

 a { background-color: rgb(76,105,142); }

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

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

 span { border-color: rgb(76,105,142); }

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