#4F8ECC

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

Shades of Danube #4F8ECC

Tints of Danube #4F8ECC

Color information

#4F8ECC (or 0x4F8ECC) is unknown color: approx Danube. HEX triplet: 4F, 8E and CC. RGB value is (79,142,204). Sum of RGB (Red+Green+Blue) = 79+142+204=425 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.59% from 425); Green value is 142 (55.86% from 255 or 33.41% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8ECC is #B07133. Grayscale: #818181. Windows color (decimal): -11563316 or 13405775. OLE color: 13405775.

HSL color Cylindrical-coordinate representation of color #4F8ECC: hue angle of 209.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F8ECC is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79142204-
CMYK0.610.3000.2
HSL209.76º55.07%55.49%-
HSV(B)209.76º61.27%80%-
XYZ23.825.3760.77-
YUV130.23169.6391.46-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.59%
GREEN value IS 142 (55.86% from 255) = 33.41%
BLUE value IS 204 (80.08% from 255) = 48%
R=18.59%
G=33.41%
B=48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791422040.610.3000.2209.7655.0755.49
Hex4F8ECC3D1E014d23737
Octal11721631475360243226767
Binary100111110001110110011001111011111001010011010010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,142,204); }

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

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

 a { background-color: rgb(79,142,204); }

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

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

 span { border-color: rgb(79,142,204); }

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