#4490BA

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

Shades of Curious Blue #4490BA

Tints of Curious Blue #4490BA

Color information

#4490BA (or 0x4490BA) is unknown color: approx Curious Blue. HEX triplet: 44, 90 and BA. RGB value is (68,144,186). Sum of RGB (Red+Green+Blue) = 68+144+186=398 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.09% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #4490BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490BA is #BB6F45. Grayscale: #7D7D7D. Windows color (decimal): -12283718 or 12226628. OLE color: 12226628.

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

Color convert

RGB68144186-
CMYK0.630.2300.27
HSL201.36º46.46%49.8%-
HSV(B)201.36º63.44%72.94%-
XYZ21.2224.7250.11-
YUV126.06161.8286.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.09%
GREEN value IS 144 (56.64% from 255) = 36.18%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=17.09%
G=36.18%
B=46.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681441860.630.2300.27201.3646.4649.8
Hex4490BA3F1701Bc92e32
Octal10422027277270333115662
Binary100010010010000101110101111111011101101111001001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4490BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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