#4488BA

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

Shades of Curious Blue #4488BA

Tints of Curious Blue #4488BA

Color information

#4488BA (or 0x4488BA) is unknown color: approx Curious Blue. HEX triplet: 44, 88 and BA. RGB value is (68,136,186). Sum of RGB (Red+Green+Blue) = 68+136+186=390 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.44% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #4488BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4488BA is #BB7745. Grayscale: #797979. Windows color (decimal): -12285766 or 12224580. OLE color: 12224580.

HSL color Cylindrical-coordinate representation of color #4488BA: hue angle of 205.42º 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 #4488BA is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB68136186-
CMYK0.630.2700.27
HSL205.42º46.46%49.8%-
HSV(B)205.42º63.44%72.94%-
XYZ20.0522.3849.72-
YUV121.37164.4789.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.44%
GREEN value IS 136 (53.52% from 255) = 34.87%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=17.44%
G=34.87%
B=47.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal681361860.630.2700.27205.4246.4649.8
Hex4488BA3F1B01Bcd2e32
Octal10421027277330333155662
Binary100010010001000101110101111111101101101111001101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4488BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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