Html Css Color HEX #4B6786 Wedgewood

📋 copy color: '#4B6786'

red 75 ◦ green 103 ◦ blue 134

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

Shades of Wedgewood #4B6786

Tints of Wedgewood #4B6786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.01%

 BLUE value IS 134 (52.73% from 255) = 42.95%

R = 24.04%
G = 33.01%
B = 42.95%

CMYK

 C value IS 0.44

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4B6786 (or 0x4B6786) is known color: Wedgewood. HEX triplet: 4B, 67 and 86. RGB value is (75,103,134). Sum of RGB (Red+Green+Blue) = 75+103+134=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 103 (40.62% from 255 or 33.01% from 312); Blue value is 134 (52.73% from 255 or 42.95% from 312); Max value from RGB is 134 - color contains mainly: blue. Hex color #4B6786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6786 is #B49879. Grayscale: #626262. Windows color (decimal): -11835514 or 8808267. OLE color: 8808267.

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

Color convert

RGB 75 103 134 -
CMYK 0.44 0.23 0 0.47
HSL 211.53º 0.28% 0.41% -
HSV(B) 211.53º 0.44% 0.53% -
XYZ 12.05 12.92 24.41 -
YUV 98.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 75 103 134 0.44 0.23 0 0.47 211.53 0.28 0.41
Hex 4B 67 86 2C 17 0 2F D4 1C 29
Octal 113 147 206 54 27 0 57 324 34 51
Binary 1001011 1100111 10000110 101100 10111 0 101111 11010100 11100 101001

Color Harmonies of #4B6786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B6786

Black with #4B6786

Text Example


Text Example

White with #4B6786

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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