#4490BB

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

Shades of Curious Blue #4490BB

Tints of Curious Blue #4490BB

Color information

#4490BB (or 0x4490BB) is unknown color: approx Curious Blue. HEX triplet: 44, 90 and BB. RGB value is (68,144,187). Sum of RGB (Red+Green+Blue) = 68+144+187=399 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.04% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #4490BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490BB is #BB6F44. Grayscale: #7D7D7D. Windows color (decimal): -12283717 or 12292164. OLE color: 12292164.

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

Color convert

RGB68144187-
CMYK0.640.2300.27
HSL201.68º46.67%50%-
HSV(B)201.68º63.64%73.33%-
XYZ21.3324.7650.67-
YUV126.18162.3286.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.04%
GREEN value IS 144 (56.64% from 255) = 36.09%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=17.04%
G=36.09%
B=46.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681441870.640.2300.27201.6846.6750
Hex4490BB401701Bca2f32
Octal104220273100270333125762
Binary1000100100100001011101110000001011101101111001010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4490BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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