#4B6990

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

Shades of Wedgewood #4B6990

Tints of Wedgewood #4B6990

Color information

#4B6990 (or 0x4B6990) is unknown color: approx Wedgewood. HEX triplet: 4B, 69 and 90. RGB value is (75,105,144). Sum of RGB (Red+Green+Blue) = 75+105+144=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B6990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6990 is #B4966F. Grayscale: #646464. Windows color (decimal): -11834992 or 9464139. OLE color: 9464139.

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

Color convert

RGB75105144-
CMYK0.480.2700.44
HSL213.91º31.51%42.94%-
HSV(B)213.91º47.92%56.47%-
XYZ12.9913.6128.33-
YUV100.48152.56109.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=23.15%
G=32.41%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751051440.480.2700.44213.9131.5142.94
Hex4B6990301B02Cd6202b
Octal11315122060330543264053
Binary100101111010011001000011000011011010110011010110100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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