#4F8ECA

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

Shades of Danube #4F8ECA

Tints of Danube #4F8ECA

Color information

#4F8ECA (or 0x4F8ECA) is unknown color: approx Danube. HEX triplet: 4F, 8E and CA. RGB value is (79,142,202). Sum of RGB (Red+Green+Blue) = 79+142+202=423 (56% of max value = 765). Red value is 79 (31.25% from 255 or 18.68% from 423); Green value is 142 (55.86% from 255 or 33.57% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F8ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8ECA is #B07135. Grayscale: #818181. Windows color (decimal): -11563318 or 13274703. OLE color: 13274703.

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

Color convert

RGB79142202-
CMYK0.610.3000.21
HSL209.27º53.71%55.1%-
HSV(B)209.27º60.89%79.22%-
XYZ23.5625.2759.51-
YUV130168.6391.62-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.68%
GREEN value IS 142 (55.86% from 255) = 33.57%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=18.68%
G=33.57%
B=47.75%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791422020.610.3000.21209.2753.7155.1
Hex4F8ECA3D1E015d13637
Octal11721631275360253216667
Binary100111110001110110010101111011111001010111010001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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