Html Css Color HEX #4F718B Wedgewood

📋 copy color: '#4F718B'

red 79 ◦ green 113 ◦ blue 139

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

Shades of Wedgewood #4F718B

Tints of Wedgewood #4F718B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.99%

R = 23.87%
G = 34.14%
B = 41.99%

CMYK

 C value IS 0.43

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4F718B (or 0x4F718B) is known color: Wedgewood. HEX triplet: 4F, 71 and 8B. RGB value is (79,113,139). Sum of RGB (Red+Green+Blue) = 79+113+139=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 139 (54.69% from 255 or 41.99% from 331); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F718B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F718B is #B08E74. Grayscale: #696969. Windows color (decimal): -11570805 or 9138511. OLE color: 9138511.

HSL color Cylindrical-coordinate representation of color #4F718B: hue angle of 206º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F718B is Cyan = 0.43, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 79 113 139 -
CMYK 0.43 0.19 0 0.45
HSL 206º 0.28% 0.43% -
HSV(B) 206º 0.43% 0.55% -
XYZ 13.79 15.34 26.66 -
YUV 105.8 146.74 108.89 -
System Red Green Blue C M Y K H S L
Decimal 79 113 139 0.43 0.19 0 0.45 206 0.28 0.43
Hex 4F 71 8B 2B 13 0 2D CE 1C 2B
Octal 117 161 213 53 23 0 55 316 34 53
Binary 1001111 1110001 10001011 101011 10011 0 101101 11001110 11100 101011

Color Harmonies of #4F718B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F718B

Black with #4F718B

Text Example


Text Example

White with #4F718B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,113,139); }

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

background-color css

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

 a { background-color: rgb(79,113,139); }

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

border-color css

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

 span { border-color: rgb(79,113,139); }

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