Html Css Color HEX #4B718D Wedgewood

📋 copy color: '#4B718D'

red 75 ◦ green 113 ◦ blue 141

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

Shades of Wedgewood #4B718D

Tints of Wedgewood #4B718D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.35%

 BLUE value IS 141 (55.47% from 255) = 42.86%

R = 22.8%
G = 34.35%
B = 42.86%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4B718D (or 0x4B718D) is known color: Wedgewood. HEX triplet: 4B, 71 and 8D. RGB value is (75,113,141). Sum of RGB (Red+Green+Blue) = 75+113+141=329 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.80% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 141 (55.47% from 255 or 42.86% from 329); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B718D is #B48E72. Grayscale: #686868. Windows color (decimal): -11832947 or 9269579. OLE color: 9269579.

HSL color Cylindrical-coordinate representation of color #4B718D: hue angle of 205.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4B718D is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 75 113 141 -
CMYK 0.47 0.20 0 0.45
HSL 205.45º 0.31% 0.42% -
HSV(B) 205.45º 0.47% 0.55% -
XYZ 13.61 15.23 27.42 -
YUV 104.83 148.41 106.72 -
System Red Green Blue C M Y K H S L
Decimal 75 113 141 0.47 0.20 0 0.45 205.45 0.31 0.42
Hex 4B 71 8D 2F 14 0 2D CD 1F 2A
Octal 113 161 215 57 24 0 55 315 37 52
Binary 1001011 1110001 10001101 101111 10100 0 101101 11001101 11111 101010

Color Harmonies of #4B718D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B718D

Black with #4B718D

Text Example


Text Example

White with #4B718D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,113,141); }

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

background-color css

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

 a { background-color: rgb(75,113,141); }

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

border-color css

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

 span { border-color: rgb(75,113,141); }

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