#4F90BD

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

Shades of Danube #4F90BD

Tints of Danube #4F90BD

Color information

#4F90BD (or 0x4F90BD) is unknown color: approx Danube. HEX triplet: 4F, 90 and BD. RGB value is (79,144,189). Sum of RGB (Red+Green+Blue) = 79+144+189=412 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.17% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #4F90BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F90BD is #B06F42. Grayscale: #818181. Windows color (decimal): -11562819 or 12423247. OLE color: 12423247.

HSL color Cylindrical-coordinate representation of color #4F90BD: hue angle of 204.55º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F90BD is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB79144189-
CMYK0.580.2400.26
HSL204.55º45.45%52.55%-
HSV(B)204.55º58.2%74.12%-
XYZ22.3825.2851.84-
YUV129.7161.4791.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 19.17%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 189 (74.22% from 255) = 45.87%
R=19.17%
G=34.95%
B=45.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal791441890.580.2400.26204.5545.4552.55
Hex4F90BD3A1801Acd2d35
Octal11722027572300323155565
Binary100111110010000101111011110101100001101011001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,144,189); }

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

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

 a { background-color: rgb(79,144,189); }

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

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

 span { border-color: rgb(79,144,189); }

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