#4F8EC4

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

Shades of Danube #4F8EC4

Tints of Danube #4F8EC4

Color information

#4F8EC4 (or 0x4F8EC4) is unknown color: approx Danube. HEX triplet: 4F, 8E and C4. RGB value is (79,142,196). Sum of RGB (Red+Green+Blue) = 79+142+196=417 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.94% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #4F8EC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8EC4 is #B0713B. Grayscale: #818181. Windows color (decimal): -11563324 or 12881487. OLE color: 12881487.

HSL color Cylindrical-coordinate representation of color #4F8EC4: hue angle of 207.69º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4F8EC4 is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB79142196-
CMYK0.600.2800.23
HSL207.69º49.79%53.92%-
HSV(B)207.69º59.69%76.86%-
XYZ22.8624.9955.84-
YUV129.32165.6392.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.94%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 196 (76.95% from 255) = 47.00%
R=18.94%
G=34.05%
B=47.00%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal791421960.600.2800.23207.6949.7953.92
Hex4F8EC43C1C017d03236
Octal11721630474340273206266
Binary100111110001110110001001111001110001011111010000110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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