#4B6783

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

Shades of Wedgewood #4B6783

Tints of Wedgewood #4B6783

Color information

#4B6783 (or 0x4B6783) is unknown color: approx Wedgewood. HEX triplet: 4B, 67 and 83. RGB value is (75,103,131). Sum of RGB (Red+Green+Blue) = 75+103+131=309 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.27% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #4B6783 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6783 is #B4987C. Grayscale: #616161. Windows color (decimal): -11835517 or 8611659. OLE color: 8611659.

HSL color Cylindrical-coordinate representation of color #4B6783: hue angle of 210º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4B6783 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB75103131-
CMYK0.430.2100.49
HSL210º27.18%40.39%-
HSV(B)210º42.75%51.37%-
XYZ11.8512.8423.33-
YUV97.82146.72111.72-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.27%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=24.27%
G=33.33%
B=42.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal751031310.430.2100.4921027.1840.39
Hex4B67832B15031d21b28
Octal11314720353250613223350
Binary10010111100111100000111010111010101100011101001011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6783

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,103,131); }

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

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

 a { background-color: rgb(75,103,131); }

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

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

 span { border-color: rgb(75,103,131); }

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