#4F6C85

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

Shades of Wedgewood #4F6C85

Tints of Wedgewood #4F6C85

Color information

#4F6C85 (or 0x4F6C85) is unknown color: approx Wedgewood. HEX triplet: 4F, 6C and 85. RGB value is (79,108,133). Sum of RGB (Red+Green+Blue) = 79+108+133=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #4F6C85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F6C85 is #B0937A. Grayscale: #666666. Windows color (decimal): -11572091 or 8744015. OLE color: 8744015.

HSL color Cylindrical-coordinate representation of color #4F6C85: hue angle of 207.78º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F6C85 is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB79108133-
CMYK0.410.1900.48
HSL207.78º25.47%41.57%-
HSV(B)207.78º40.6%52.16%-
XYZ12.8214.0824.23-
YUV102.18145.39111.47-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 24.69%
GREEN value IS 108 (42.58% from 255) = 33.75%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=24.69%
G=33.75%
B=41.56%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal791081330.410.1900.48207.7825.4741.57
Hex4F6C852913030d0192a
Octal11715420551230603203152
Binary10011111101100100001011010011001101100001101000011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F6C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,108,133); }

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

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

 a { background-color: rgb(79,108,133); }

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

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

 span { border-color: rgb(79,108,133); }

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