#4990BB

Color #4990BB Curious Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Curious Blue #4990BB

Tints of Curious Blue #4990BB

Color information

#4990BB (or 0x4990BB) is unknown color: approx Curious Blue. HEX triplet: 49, 90 and BB. RGB value is (73,144,187). Sum of RGB (Red+Green+Blue) = 73+144+187=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #4990BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4990BB is #B66F44. Grayscale: #7F7F7F. Windows color (decimal): -11956037 or 12292169. OLE color: 12292169.

HSL color Cylindrical-coordinate representation of color #4990BB: hue angle of 202.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4990BB is Cyan = 0.61, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB73144187-
CMYK0.610.2300.27
HSL202.63º45.6%50.98%-
HSV(B)202.63º60.96%73.33%-
XYZ21.6924.9550.69-
YUV127.67161.4889-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.07%
GREEN value IS 144 (56.64% from 255) = 35.64%
BLUE value IS 187 (73.44% from 255) = 46.29%
R=18.07%
G=35.64%
B=46.29%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal731441870.610.2300.27202.6345.650.98
Hex4990BB3D1701Bcb2e33
Octal11122027375270333135663
Binary100100110010000101110111111011011101101111001011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4990BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4990BB; }

 p { color: rgb(73,144,187); }

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

<style>
 a { background-color: #4990BB; }

 a { background-color: rgb(73,144,187); }

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

<style>
 span { border-color: #4990BB; }

 span { border-color: rgb(73,144,187); }

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