#4B6784

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

Shades of Wedgewood #4B6784

Tints of Wedgewood #4B6784

Color information

#4B6784 (or 0x4B6784) is unknown color: approx Wedgewood. HEX triplet: 4B, 67 and 84. RGB value is (75,103,132). Sum of RGB (Red+Green+Blue) = 75+103+132=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B6784 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6784 is #B4987B. Grayscale: #616161. Windows color (decimal): -11835516 or 8677195. OLE color: 8677195.

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

Color convert

RGB75103132-
CMYK0.430.2200.48
HSL210.53º27.54%40.59%-
HSV(B)210.53º43.18%51.76%-
XYZ11.9212.8623.68-
YUV97.93147.22111.64-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.19%
GREEN value IS 103 (40.62% from 255) = 33.23%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=24.19%
G=33.23%
B=42.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751031320.430.2200.48210.5327.5440.59
Hex4B67842B16030d31c29
Octal11314720453260603233451
Binary10010111100111100001001010111011001100001101001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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