#4B6A90

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

Shades of Wedgewood #4B6A90

Tints of Wedgewood #4B6A90

Color information

#4B6A90 (or 0x4B6A90) is unknown color: approx Wedgewood. HEX triplet: 4B, 6A and 90. RGB value is (75,106,144). Sum of RGB (Red+Green+Blue) = 75+106+144=325 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.08% from 325); Green value is 106 (41.80% from 255 or 32.62% 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 #4B6A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6A90 is #B4956F. Grayscale: #646464. Windows color (decimal): -11834736 or 9464395. OLE color: 9464395.

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

Color convert

RGB75106144-
CMYK0.480.2600.44
HSL213.04º31.51%42.94%-
HSV(B)213.04º47.92%56.47%-
XYZ13.0913.8228.36-
YUV101.06152.23109.41-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.08%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=23.08%
G=32.62%
B=44.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751061440.480.2600.44213.0431.5142.94
Hex4B6A90301A02Cd5202b
Octal11315222060320543254053
Binary100101111010101001000011000011010010110011010101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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