#4F7692

Color #4F7692 Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #4F7692

Tints of Wedgewood #4F7692

Color information

#4F7692 (or 0x4F7692) is unknown color: approx Wedgewood. HEX triplet: 4F, 76 and 92. RGB value is (79,118,146). Sum of RGB (Red+Green+Blue) = 79+118+146=343 (45% of max value = 765). Red value is 79 (31.25% from 255 or 23.03% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 146 (57.42% from 255 or 42.57% from 343); Max value from RGB is 146 - color contains mainly: blue. Hex color #4F7692 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7692 is #B0896D. Grayscale: #6D6D6D. Windows color (decimal): -11569518 or 9598543. OLE color: 9598543.

HSL color Cylindrical-coordinate representation of color #4F7692: hue angle of 205.07º degrees, saturation: 0.3, 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 #4F7692 is Cyan = 0.46, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB79118146-
CMYK0.460.1900.43
HSL205.07º29.78%44.12%-
HSV(B)205.07º45.89%57.25%-
XYZ14.8916.6929.63-
YUV109.53148.58106.22-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 23.03%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 146 (57.42% from 255) = 42.57%
R=23.03%
G=34.40%
B=42.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal791181460.460.1900.43205.0729.7844.12
Hex4F76922E1302Bcd1e2c
Octal11716622256230533153654
Binary10011111110110100100101011101001101010111100110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,118,146); }

 H1.HeaderClassName
 {
   color: #4F7692;
 }
 .AnyTagClassName
 {
   color: #4F7692;
 }
</style>
background-color css

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

 a { background-color: rgb(79,118,146); }

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

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

 span { border-color: rgb(79,118,146); }

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