Html Css Color HEX #4B6E84 Wedgewood

📋 copy color: '#4B6E84'

red 75 ◦ green 110 ◦ blue 132

#4B6E84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wedgewood #4B6E84

Tints of Wedgewood #4B6E84

RGB

 RED value IS 75 (29.69% from 255) = 23.66%

 GREEN value IS 110 (43.36% from 255) = 34.7%

 BLUE value IS 132 (51.95% from 255) = 41.64%

R = 23.66%
G = 34.7%
B = 41.64%

CMYK

 C value IS 0.43

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#4B6E84 (or 0x4B6E84) is known color: Wedgewood. HEX triplet: 4B, 6E and 84. RGB value is (75,110,132). Sum of RGB (Red+Green+Blue) = 75+110+132=317 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.66% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 132 (51.95% from 255 or 41.64% from 317); Max value from RGB is 132 - color contains mainly: blue. Hex color #4B6E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6E84 is #B4917B. Grayscale: #656565. Windows color (decimal): -11833724 or 8678987. OLE color: 8678987.

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

Color convert

RGB 75 110 132 -
CMYK 0.43 0.17 0 0.48
HSL 203.16º 0.28% 0.41% -
HSV(B) 203.16º 0.43% 0.52% -
XYZ 12.64 14.31 23.93 -
YUV 102.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 75 110 132 0.43 0.17 0 0.48 203.16 0.28 0.41
Hex 4B 6E 84 2B 11 0 30 CB 1C 29
Octal 113 156 204 53 21 0 60 313 34 51
Binary 1001011 1101110 10000100 101011 10001 0 110000 11001011 11100 101001

Color Harmonies of #4B6E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6E84

Black with #4B6E84

Text Example


Text Example

White with #4B6E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4B6E84;
 }
 .AnyTagClassName
 {
   color: #4B6E84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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