Html Css Color HEX #4C718B Wedgewood

📋 copy color: '#4C718B'

red 76 ◦ green 113 ◦ blue 139

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

Shades of Wedgewood #4C718B

Tints of Wedgewood #4C718B

RGB

 RED value IS 76 (30.08% from 255) = 23.17%

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

 BLUE value IS 139 (54.69% from 255) = 42.38%

R = 23.17%
G = 34.45%
B = 42.38%

CMYK

 C value IS 0.45

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C718B (or 0x4C718B) is known color: Wedgewood. HEX triplet: 4C, 71 and 8B. RGB value is (76,113,139). Sum of RGB (Red+Green+Blue) = 76+113+139=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 113 (44.53% from 255 or 34.45% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C718B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C718B is #B38E74. Grayscale: #686868. Windows color (decimal): -11767413 or 9138508. OLE color: 9138508.

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

Color convert

RGB 76 113 139 -
CMYK 0.45 0.19 0 0.45
HSL 204.76º 0.29% 0.42% -
HSV(B) 204.76º 0.45% 0.55% -
XYZ 13.55 15.21 26.65 -
YUV 104.9 147.24 107.39 -
System Red Green Blue C M Y K H S L
Decimal 76 113 139 0.45 0.19 0 0.45 204.76 0.29 0.42
Hex 4C 71 8B 2D 13 0 2D CD 1D 2A
Octal 114 161 213 55 23 0 55 315 35 52
Binary 1001100 1110001 10001011 101101 10011 0 101101 11001101 11101 101010

Color Harmonies of #4C718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C718B

Black with #4C718B

Text Example


Text Example

White with #4C718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,113,139); }

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

background-color css

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

 a { background-color: rgb(76,113,139); }

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

border-color css

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

 span { border-color: rgb(76,113,139); }

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