#4C668E

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

Shades of Wedgewood #4C668E

Tints of Wedgewood #4C668E

Color information

#4C668E (or 0x4C668E) is unknown color: approx Wedgewood. HEX triplet: 4C, 66 and 8E. RGB value is (76,102,142). Sum of RGB (Red+Green+Blue) = 76+102+142=320 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.75% from 320); Green value is 102 (40.23% from 255 or 31.88% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #4C668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C668E is #B39971. Grayscale: #626262. Windows color (decimal): -11770226 or 9332300. OLE color: 9332300.

HSL color Cylindrical-coordinate representation of color #4C668E: hue angle of 216.36º 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 #4C668E is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB76102142-
CMYK0.460.2800.44
HSL216.36º30.28%42.75%-
HSV(B)216.36º46.48%55.69%-
XYZ12.6112.9927.43-
YUV98.79152.39111.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.75%
GREEN value IS 102 (40.23% from 255) = 31.88%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=23.75%
G=31.88%
B=44.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761021420.460.2800.44216.3630.2842.75
Hex4C668E2E1C02Cd81e2b
Octal11414621656340543303653
Binary10011001100110100011101011101110001011001101100011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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