#4489BD

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

Shades of Curious Blue #4489BD

Tints of Curious Blue #4489BD

Color information

#4489BD (or 0x4489BD) is unknown color: approx Curious Blue. HEX triplet: 44, 89 and BD. RGB value is (68,137,189). Sum of RGB (Red+Green+Blue) = 68+137+189=394 (52% of max value = 765). Red value is 68 (26.95% from 255 or 17.26% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #4489BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4489BD is #BB7642. Grayscale: #7A7A7A. Windows color (decimal): -12285507 or 12421444. OLE color: 12421444.

HSL color Cylindrical-coordinate representation of color #4489BD: hue angle of 205.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4489BD is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB68137189-
CMYK0.640.2800.26
HSL205.79º47.83%50.39%-
HSV(B)205.79º64.02%74.12%-
XYZ20.5122.7951.46-
YUV122.3165.6489.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.26%
GREEN value IS 137 (53.91% from 255) = 34.77%
BLUE value IS 189 (74.22% from 255) = 47.97%
R=17.26%
G=34.77%
B=47.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal681371890.640.2800.26205.7947.8350.39
Hex4489BD401C01Ace3032
Octal104211275100340323166062
Binary1000100100010011011110110000001110001101011001110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4489BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4489BD; }

 p { color: rgb(68,137,189); }

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

<style>
 a { background-color: #4489BD; }

 a { background-color: rgb(68,137,189); }

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

<style>
 span { border-color: #4489BD; }

 span { border-color: rgb(68,137,189); }

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