#4F8CC1

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

Shades of Danube #4F8CC1

Tints of Danube #4F8CC1

Color information

#4F8CC1 (or 0x4F8CC1) is unknown color: approx Danube. HEX triplet: 4F, 8C and C1. RGB value is (79,140,193). Sum of RGB (Red+Green+Blue) = 79+140+193=412 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.17% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 193 (75.78% from 255 or 46.84% from 412); Max value from RGB is 193 - color contains mainly: blue. Hex color #4F8CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8CC1 is #B0733E. Grayscale: #7F7F7F. Windows color (decimal): -11563839 or 12684367. OLE color: 12684367.

HSL color Cylindrical-coordinate representation of color #4F8CC1: hue angle of 207.89º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4F8CC1 is Cyan = 0.59, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB79140193-
CMYK0.590.2700.24
HSL207.89º47.9%53.33%-
HSV(B)207.89º59.07%75.69%-
XYZ22.2324.2753.96-
YUV127.8164.7993.19-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.17%
GREEN value IS 140 (55.08% from 255) = 33.98%
BLUE value IS 193 (75.78% from 255) = 46.84%
R=19.17%
G=33.98%
B=46.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal791401930.590.2700.24207.8947.953.33
Hex4F8CC13B1B018d03035
Octal11721430173330303206065
Binary100111110001100110000011110111101101100011010000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,140,193); }

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

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

 a { background-color: rgb(79,140,193); }

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

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

 span { border-color: rgb(79,140,193); }

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