#4491BE

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

Shades of Curious Blue #4491BE

Tints of Curious Blue #4491BE

Color information

#4491BE (or 0x4491BE) is unknown color: approx Curious Blue. HEX triplet: 44, 91 and BE. RGB value is (68,145,190). Sum of RGB (Red+Green+Blue) = 68+145+190=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #4491BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4491BE is #BB6E41. Grayscale: #7E7E7E. Windows color (decimal): -12283458 or 12489028. OLE color: 12489028.

HSL color Cylindrical-coordinate representation of color #4491BE: hue angle of 202.13º degrees, saturation: 0.48, 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 #4491BE is Cyan = 0.64, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB68145190-
CMYK0.640.2400.25
HSL202.13º48.41%50.59%-
HSV(B)202.13º64.21%74.51%-
XYZ21.825.252.43-
YUV127.11163.4985.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 16.87%
GREEN value IS 145 (57.03% from 255) = 35.98%
BLUE value IS 190 (74.61% from 255) = 47.15%
R=16.87%
G=35.98%
B=47.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal681451900.640.2400.25202.1348.4150.59
Hex4491BE4018019ca3033
Octal104221276100300313126063
Binary1000100100100011011111010000001100001100111001010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4491BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4491BE; }

 p { color: rgb(68,145,190); }

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

<style>
 a { background-color: #4491BE; }

 a { background-color: rgb(68,145,190); }

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

<style>
 span { border-color: #4491BE; }

 span { border-color: rgb(68,145,190); }

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