#4C6990

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

Shades of Wedgewood #4C6990

Tints of Wedgewood #4C6990

Color information

#4C6990 (or 0x4C6990) is unknown color: approx Wedgewood. HEX triplet: 4C, 69 and 90. RGB value is (76,105,144). Sum of RGB (Red+Green+Blue) = 76+105+144=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 105 (41.41% from 255 or 32.31% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C6990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6990 is #B3966F. Grayscale: #646464. Windows color (decimal): -11769456 or 9464140. OLE color: 9464140.

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

Color convert

RGB76105144-
CMYK0.470.2700.44
HSL214.41º30.91%43.14%-
HSV(B)214.41º47.22%56.47%-
XYZ13.0713.6528.33-
YUV100.78152.39110.33-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.38%
GREEN value IS 105 (41.41% from 255) = 32.31%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=23.38%
G=32.31%
B=44.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal761051440.470.2700.44214.4130.9143.14
Hex4C69902F1B02Cd61f2b
Octal11415122057330543263753
Binary10011001101001100100001011111101101011001101011011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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