Html Css Color HEX #4F697C Wedgewood

📋 copy color: '#4F697C'

red 79 ◦ green 105 ◦ blue 124

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

Shades of Wedgewood #4F697C

Tints of Wedgewood #4F697C

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.09%

 BLUE value IS 124 (48.83% from 255) = 40.26%

R = 25.65%
G = 34.09%
B = 40.26%

CMYK

 C value IS 0.36

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#4F697C (or 0x4F697C) is known color: Wedgewood. HEX triplet: 4F, 69 and 7C. RGB value is (79,105,124). Sum of RGB (Red+Green+Blue) = 79+105+124=308 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.65% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 124 - color contains mainly: blue. Hex color #4F697C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F697C is #B09683. Grayscale: #636363. Windows color (decimal): -11572868 or 8153423. OLE color: 8153423.

HSL color Cylindrical-coordinate representation of color #4F697C: hue angle of 205.33º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4F697C is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 79 105 124 -
CMYK 0.36 0.15 0 0.51
HSL 205.33º 0.22% 0.4% -
HSV(B) 205.33º 0.36% 0.49% -
XYZ 11.91 13.22 20.99 -
YUV 99.39 141.89 113.46 -
System Red Green Blue C M Y K H S L
Decimal 79 105 124 0.36 0.15 0 0.51 205.33 0.22 0.4
Hex 4F 69 7C 24 F 0 33 CD 16 28
Octal 117 151 174 44 17 0 63 315 26 50
Binary 1001111 1101001 1111100 100100 1111 0 110011 11001101 10110 101000

Color Harmonies of #4F697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F697C

Black with #4F697C

Text Example


Text Example

White with #4F697C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,105,124); }

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

background-color css

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

 a { background-color: rgb(79,105,124); }

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

border-color css

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

 span { border-color: rgb(79,105,124); }

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