Html Css Color HEX #4A677F Wedgewood

📋 copy color: '#4A677F'

red 74 ◦ green 103 ◦ blue 127

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

Shades of Wedgewood #4A677F

Tints of Wedgewood #4A677F

RGB

 RED value IS 74 (29.3% from 255) = 24.34%

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

 BLUE value IS 127 (50% from 255) = 41.78%

R = 24.34%
G = 33.88%
B = 41.78%

CMYK

 C value IS 0.42

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#4A677F (or 0x4A677F) is known color: Wedgewood. HEX triplet: 4A, 67 and 7F. RGB value is (74,103,127). Sum of RGB (Red+Green+Blue) = 74+103+127=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 127 (50% from 255 or 41.78% from 304); Max value from RGB is 127 - color contains mainly: blue. Hex color #4A677F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A677F is #B59880. Grayscale: #606060. Windows color (decimal): -11901057 or 8349514. OLE color: 8349514.

HSL color Cylindrical-coordinate representation of color #4A677F: hue angle of 207.17º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4A677F is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 74 103 127 -
CMYK 0.42 0.19 0 0.50
HSL 207.17º 0.26% 0.39% -
HSV(B) 207.17º 0.42% 0.5% -
XYZ 11.51 12.69 21.92 -
YUV 97.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 74 103 127 0.42 0.19 0 0.50 207.17 0.26 0.39
Hex 4A 67 7F 2A 13 0 32 CF 1A 27
Octal 112 147 177 52 23 0 62 317 32 47
Binary 1001010 1100111 1111111 101010 10011 0 110010 11001111 11010 100111

Color Harmonies of #4A677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A677F

Black with #4A677F

Text Example


Text Example

White with #4A677F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,103,127); }

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

background-color css

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

 a { background-color: rgb(74,103,127); }

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

border-color css

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

 span { border-color: rgb(74,103,127); }

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