#4490BF

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

Shades of Curious Blue #4490BF

Tints of Curious Blue #4490BF

Color information

#4490BF (or 0x4490BF) is unknown color: approx Curious Blue. HEX triplet: 44, 90 and BF. RGB value is (68,144,191). Sum of RGB (Red+Green+Blue) = 68+144+191=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: blue. Hex color #4490BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4490BF is #BB6F40. Grayscale: #7E7E7E. Windows color (decimal): -12283713 or 12554308. OLE color: 12554308.

HSL color Cylindrical-coordinate representation of color #4490BF: hue angle of 202.93º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4490BF is Cyan = 0.64, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68144191-
CMYK0.640.2500.25
HSL202.93º49%50.78%-
HSV(B)202.93º64.4%74.9%-
XYZ21.7624.9452.96-
YUV126.63164.3286.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.87%
GREEN value IS 144 (56.64% from 255) = 35.73%
BLUE value IS 191 (75% from 255) = 47.39%
R=16.87%
G=35.73%
B=47.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681441910.640.2500.25202.934950.78
Hex4490BF4019019cb3133
Octal104220277100310313136163
Binary1000100100100001011111110000001100101100111001011110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4490BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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