#4F8BBE

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

Shades of Danube #4F8BBE

Tints of Danube #4F8BBE

Color information

#4F8BBE (or 0x4F8BBE) is unknown color: approx Danube. HEX triplet: 4F, 8B and BE. RGB value is (79,139,190). Sum of RGB (Red+Green+Blue) = 79+139+190=408 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.36% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F8BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F8BBE is #B07441. Grayscale: #7E7E7E. Windows color (decimal): -11564098 or 12487503. OLE color: 12487503.

HSL color Cylindrical-coordinate representation of color #4F8BBE: hue angle of 207.57º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F8BBE is Cyan = 0.58, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB79139190-
CMYK0.580.2700.25
HSL207.57º46.06%52.75%-
HSV(B)207.57º58.42%74.51%-
XYZ21.7523.8552.17-
YUV126.87163.6293.85-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.36%
GREEN value IS 139 (54.69% from 255) = 34.07%
BLUE value IS 190 (74.61% from 255) = 46.57%
R=19.36%
G=34.07%
B=46.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal791391900.580.2700.25207.5746.0652.75
Hex4F8BBE3A1B019d02e35
Octal11721327672330313205665
Binary100111110001011101111101110101101101100111010000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F8BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,139,190); }

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

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

 a { background-color: rgb(79,139,190); }

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

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

 span { border-color: rgb(79,139,190); }

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