#4B6C84

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

Shades of Wedgewood #4B6C84

Tints of Wedgewood #4B6C84

Color information

#4B6C84 (or 0x4B6C84) is unknown color: approx Wedgewood. HEX triplet: 4B, 6C and 84. RGB value is (75,108,132). Sum of RGB (Red+Green+Blue) = 75+108+132=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B6C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6C84 is #B4937B. Grayscale: #646464. Windows color (decimal): -11834236 or 8678475. OLE color: 8678475.

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

Color convert

RGB75108132-
CMYK0.430.1800.48
HSL205.26º27.54%40.59%-
HSV(B)205.26º43.18%51.76%-
XYZ12.4313.8923.86-
YUV100.87145.57109.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.81%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=23.81%
G=34.29%
B=41.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal751081320.430.1800.48205.2627.5440.59
Hex4B6C842B12030cd1c29
Octal11315420453220603153451
Binary10010111101100100001001010111001001100001100110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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