Html Css Color HEX #4F90BE Danube

📋 copy color: '#4F90BE'

red 79 ◦ green 144 ◦ blue 190

#4F90BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Danube #4F90BE

Tints of Danube #4F90BE

RGB

 RED value IS 79 (31.25% from 255) = 19.13%

 GREEN value IS 144 (56.64% from 255) = 34.87%

 BLUE value IS 190 (74.61% from 255) = 46%

R = 19.13%
G = 34.87%
B = 46%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4F90BE (or 0x4F90BE) is known color: Danube. HEX triplet: 4F, 90 and BE. RGB value is (79,144,190). Sum of RGB (Red+Green+Blue) = 79+144+190=413 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.13% from 413); Green value is 144 (56.64% from 255 or 34.87% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #4F90BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4F90BE is #B06F41. Grayscale: #818181. Windows color (decimal): -11562818 or 12488783. OLE color: 12488783.

HSL color Cylindrical-coordinate representation of color #4F90BE: hue angle of 204.86º 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 #4F90BE is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 144 190 -
CMYK 0.58 0.24 0 0.25
HSL 204.86º 0.46% 0.53% -
HSV(B) 204.86º 0.58% 0.75% -
XYZ 22.49 25.33 52.42 -
YUV 129.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 79 144 190 0.58 0.24 0 0.25 204.86 0.46 0.53
Hex 4F 90 BE 3A 18 0 19 CD 2E 35
Octal 117 220 276 72 30 0 31 315 56 65
Binary 1001111 10010000 10111110 111010 11000 0 11001 11001101 101110 110101

Color Harmonies of #4F90BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F90BE

Black with #4F90BE

Text Example


Text Example

White with #4F90BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4F90BE;
 }
 .AnyTagClassName
 {
   color: #4F90BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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