Html Css Color HEX #4F677A Wedgewood

📋 copy color: '#4F677A'

red 79 ◦ green 103 ◦ blue 122

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

Shades of Wedgewood #4F677A

Tints of Wedgewood #4F677A

RGB

 RED value IS 79 (31.25% from 255) = 25.99%

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

 BLUE value IS 122 (48.05% from 255) = 40.13%

R = 25.99%
G = 33.88%
B = 40.13%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#4F677A (or 0x4F677A) is known color: Wedgewood. HEX triplet: 4F, 67 and 7A. RGB value is (79,103,122). Sum of RGB (Red+Green+Blue) = 79+103+122=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 122 (48.05% from 255 or 40.13% from 304); Max value from RGB is 122 - color contains mainly: blue. Hex color #4F677A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F677A is #B09885. Grayscale: #616161. Windows color (decimal): -11573382 or 8021839. OLE color: 8021839.

HSL color Cylindrical-coordinate representation of color #4F677A: hue angle of 206.51º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4F677A is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 79 103 122 -
CMYK 0.35 0.16 0 0.52
HSL 206.51º 0.21% 0.39% -
HSV(B) 206.51º 0.35% 0.48% -
XYZ 11.59 12.77 20.27 -
YUV 97.99 141.55 114.46 -
System Red Green Blue C M Y K H S L
Decimal 79 103 122 0.35 0.16 0 0.52 206.51 0.21 0.39
Hex 4F 67 7A 23 10 0 34 CF 15 27
Octal 117 147 172 43 20 0 64 317 25 47
Binary 1001111 1100111 1111010 100011 10000 0 110100 11001111 10101 100111

Color Harmonies of #4F677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F677A

Black with #4F677A

Text Example


Text Example

White with #4F677A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,103,122); }

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

background-color css

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

 a { background-color: rgb(79,103,122); }

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

border-color css

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

 span { border-color: rgb(79,103,122); }

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