Html Css Color HEX #4C7188 Wedgewood

📋 copy color: '#4C7188'

red 76 ◦ green 113 ◦ blue 136

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

Shades of Wedgewood #4C7188

Tints of Wedgewood #4C7188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 23.38%
G = 34.77%
B = 41.85%

CMYK

 C value IS 0.44

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4C7188 (or 0x4C7188) is known color: Wedgewood. HEX triplet: 4C, 71 and 88. RGB value is (76,113,136). Sum of RGB (Red+Green+Blue) = 76+113+136=325 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.38% from 325); Green value is 113 (44.53% from 255 or 34.77% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #4C7188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C7188 is #B38E77. Grayscale: #686868. Windows color (decimal): -11767416 or 8941900. OLE color: 8941900.

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

Color convert

RGB 76 113 136 -
CMYK 0.44 0.17 0 0.47
HSL 203º 0.28% 0.42% -
HSV(B) 203º 0.44% 0.53% -
XYZ 13.33 15.12 25.51 -
YUV 104.56 145.74 107.63 -
System Red Green Blue C M Y K H S L
Decimal 76 113 136 0.44 0.17 0 0.47 203 0.28 0.42
Hex 4C 71 88 2C 11 0 2F CB 1C 2A
Octal 114 161 210 54 21 0 57 313 34 52
Binary 1001100 1110001 10001000 101100 10001 0 101111 11001011 11100 101010

Color Harmonies of #4C7188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7188

Black with #4C7188

Text Example


Text Example

White with #4C7188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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