#4C688D

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

Shades of Wedgewood #4C688D

Tints of Wedgewood #4C688D

Color information

#4C688D (or 0x4C688D) is unknown color: approx Wedgewood. HEX triplet: 4C, 68 and 8D. RGB value is (76,104,141). Sum of RGB (Red+Green+Blue) = 76+104+141=321 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.68% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C688D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C688D is #B39772. Grayscale: #636363. Windows color (decimal): -11769715 or 9267276. OLE color: 9267276.

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

Color convert

RGB76104141-
CMYK0.460.2600.45
HSL214.15º29.95%42.55%-
HSV(B)214.15º46.1%55.29%-
XYZ12.7413.3627.11-
YUV99.85151.22110.99-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.68%
GREEN value IS 104 (41.02% from 255) = 32.40%
BLUE value IS 141 (55.47% from 255) = 43.93%
R=23.68%
G=32.40%
B=43.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal761041410.460.2600.45214.1529.9542.55
Hex4C688D2E1A02Dd61e2b
Octal11415021556320553263653
Binary10011001101000100011011011101101001011011101011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C688D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,104,141); }

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

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

 a { background-color: rgb(76,104,141); }

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

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

 span { border-color: rgb(76,104,141); }

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