#4491BB

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

Shades of Curious Blue #4491BB

Tints of Curious Blue #4491BB

Color information

#4491BB (or 0x4491BB) is unknown color: approx Curious Blue. HEX triplet: 44, 91 and BB. RGB value is (68,145,187). Sum of RGB (Red+Green+Blue) = 68+145+187=400 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #4491BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4491BB is #BB6E44. Grayscale: #7E7E7E. Windows color (decimal): -12283461 or 12292420. OLE color: 12292420.

HSL color Cylindrical-coordinate representation of color #4491BB: hue angle of 201.18º 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 #4491BB is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68145187-
CMYK0.640.2200.27
HSL201.18º46.67%50%-
HSV(B)201.18º63.64%73.33%-
XYZ21.4825.0750.72-
YUV126.76161.9986.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17%
GREEN value IS 145 (57.03% from 255) = 36.25%
BLUE value IS 187 (73.44% from 255) = 46.75%
R=17%
G=36.25%
B=46.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681451870.640.2200.27201.1846.6750
Hex4491BB401601Bc92f32
Octal104221273100260333115762
Binary1000100100100011011101110000001011001101111001001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4491BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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