Html Css Color HEX #4F7091 Wedgewood

📋 copy color: '#4F7091'

red 79 ◦ green 112 ◦ blue 145

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

Shades of Wedgewood #4F7091

Tints of Wedgewood #4F7091

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.33%

 BLUE value IS 145 (57.03% from 255) = 43.15%

R = 23.51%
G = 33.33%
B = 43.15%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#4F7091 (or 0x4F7091) is known color: Wedgewood. HEX triplet: 4F, 70 and 91. RGB value is (79,112,145). Sum of RGB (Red+Green+Blue) = 79+112+145=336 (44% of max value = 765). Red value is 79 (31.25% from 255 or 23.51% from 336); Green value is 112 (44.14% from 255 or 33.33% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 145 - color contains mainly: blue. Hex color #4F7091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7091 is #B08F6E. Grayscale: #696969. Windows color (decimal): -11571055 or 9531471. OLE color: 9531471.

HSL color Cylindrical-coordinate representation of color #4F7091: hue angle of 210º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F7091 is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 112 145 -
CMYK 0.46 0.23 0 0.43
HSL 210º 0.29% 0.44% -
HSV(B) 210º 0.46% 0.57% -
XYZ 14.13 15.29 29 -
YUV 105.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 79 112 145 0.46 0.23 0 0.43 210 0.29 0.44
Hex 4F 70 91 2E 17 0 2B D2 1D 2C
Octal 117 160 221 56 27 0 53 322 35 54
Binary 1001111 1110000 10010001 101110 10111 0 101011 11010010 11101 101100

Color Harmonies of #4F7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F7091

Black with #4F7091

Text Example


Text Example

White with #4F7091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,112,145); }

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

background-color css

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

 a { background-color: rgb(79,112,145); }

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

border-color css

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

 span { border-color: rgb(79,112,145); }

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