#4F8FC4

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

Shades of Danube #4F8FC4

Tints of Danube #4F8FC4

Color information

#4F8FC4 (or 0x4F8FC4) is unknown color: approx Danube. HEX triplet: 4F, 8F and C4. RGB value is (79,143,196). Sum of RGB (Red+Green+Blue) = 79+143+196=418 (55% of max value = 765). Red value is 79 (31.25% from 255 or 18.90% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #4F8FC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8FC4 is #B0703B. Grayscale: #818181. Windows color (decimal): -11563068 or 12881743. OLE color: 12881743.

HSL color Cylindrical-coordinate representation of color #4F8FC4: hue angle of 207.18º 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 #4F8FC4 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB79143196-
CMYK0.600.2700.23
HSL207.18º49.79%53.92%-
HSV(B)207.18º59.69%76.86%-
XYZ23.0125.2955.89-
YUV129.91165.391.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 18.90%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=18.90%
G=34.21%
B=46.89%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal791431960.600.2700.23207.1849.7953.92
Hex4F8FC43C1B017cf3236
Octal11721730474330273176266
Binary100111110001111110001001111001101101011111001111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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