#4F7694

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

Shades of Wedgewood #4F7694

Tints of Wedgewood #4F7694

Color information

#4F7694 (or 0x4F7694) is unknown color: approx Wedgewood. HEX triplet: 4F, 76 and 94. RGB value is (79,118,148). Sum of RGB (Red+Green+Blue) = 79+118+148=345 (45% of max value = 765). Red value is 79 (31.25% from 255 or 22.90% from 345); Green value is 118 (46.48% from 255 or 34.20% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 148 - color contains mainly: blue. Hex color #4F7694 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F7694 is #B0896B. Grayscale: #6D6D6D. Windows color (decimal): -11569516 or 9729615. OLE color: 9729615.

HSL color Cylindrical-coordinate representation of color #4F7694: hue angle of 206.09º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F7694 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB79118148-
CMYK0.470.2000.42
HSL206.09º30.4%44.51%-
HSV(B)206.09º46.62%58.04%-
XYZ15.0516.7630.46-
YUV109.76149.58106.06-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.90%
GREEN value IS 118 (46.48% from 255) = 34.20%
BLUE value IS 148 (58.20% from 255) = 42.90%
R=22.90%
G=34.20%
B=42.90%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal791181480.470.2000.42206.0930.444.51
Hex4F76942F1402Ace1e2d
Octal11716622457240523163655
Binary10011111110110100101001011111010001010101100111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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