Html Css Color HEX #4C667D Wedgewood

📋 copy color: '#4C667D'

red 76 ◦ green 102 ◦ blue 125

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

Shades of Wedgewood #4C667D

Tints of Wedgewood #4C667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.66%

 BLUE value IS 125 (49.22% from 255) = 41.25%

R = 25.08%
G = 33.66%
B = 41.25%

CMYK

 C value IS 0.39

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4C667D (or 0x4C667D) is known color: Wedgewood. HEX triplet: 4C, 66 and 7D. RGB value is (76,102,125). Sum of RGB (Red+Green+Blue) = 76+102+125=303 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.08% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 125 - color contains mainly: blue. Hex color #4C667D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C667D is #B39982. Grayscale: #606060. Windows color (decimal): -11770243 or 8218188. OLE color: 8218188.

HSL color Cylindrical-coordinate representation of color #4C667D: hue angle of 208.16º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4C667D is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 76 102 125 -
CMYK 0.39 0.18 0 0.51
HSL 208.16º 0.24% 0.39% -
HSV(B) 208.16º 0.39% 0.49% -
XYZ 11.43 12.52 21.22 -
YUV 96.85 143.89 113.13 -
System Red Green Blue C M Y K H S L
Decimal 76 102 125 0.39 0.18 0 0.51 208.16 0.24 0.39
Hex 4C 66 7D 27 12 0 33 D0 18 27
Octal 114 146 175 47 22 0 63 320 30 47
Binary 1001100 1100110 1111101 100111 10010 0 110011 11010000 11000 100111

Color Harmonies of #4C667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C667D

Black with #4C667D

Text Example


Text Example

White with #4C667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,102,125); }

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

background-color css

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

 a { background-color: rgb(76,102,125); }

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

border-color css

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

 span { border-color: rgb(76,102,125); }

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