#4B6485

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

Shades of Wedgewood #4B6485

Tints of Wedgewood #4B6485

Color information

#4B6485 (or 0x4B6485) is unknown color: approx Wedgewood. HEX triplet: 4B, 64 and 85. RGB value is (75,100,133). Sum of RGB (Red+Green+Blue) = 75+100+133=308 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.35% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 133 (52.34% from 255 or 43.18% from 308); Max value from RGB is 133 - color contains mainly: blue. Hex color #4B6485 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6485 is #B49B7A. Grayscale: #606060. Windows color (decimal): -11836283 or 8741963. OLE color: 8741963.

HSL color Cylindrical-coordinate representation of color #4B6485: hue angle of 214.14º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B6485 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB75100133-
CMYK0.440.2500.48
HSL214.14º27.88%40.78%-
HSV(B)214.14º43.61%52.16%-
XYZ11.6912.323.95-
YUV96.29148.72112.82-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.35%
GREEN value IS 100 (39.45% from 255) = 32.47%
BLUE value IS 133 (52.34% from 255) = 43.18%
R=24.35%
G=32.47%
B=43.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751001330.440.2500.48214.1427.8840.78
Hex4B64852C19030d61c29
Octal11314420554310603263451
Binary10010111100100100001011011001100101100001101011011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,100,133); }

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

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

 a { background-color: rgb(75,100,133); }

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

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

 span { border-color: rgb(75,100,133); }

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