#448DB6

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

Shades of Curious Blue #448DB6

Tints of Curious Blue #448DB6

Color information

#448DB6 (or 0x448DB6) is unknown color: approx Curious Blue. HEX triplet: 44, 8D and B6. RGB value is (68,141,182). Sum of RGB (Red+Green+Blue) = 68+141+182=391 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.39% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 182 (71.48% from 255 or 46.55% from 391); Max value from RGB is 182 - color contains mainly: blue. Hex color #448DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448DB6 is #BB7249. Grayscale: #7B7B7B. Windows color (decimal): -12284490 or 11963716. OLE color: 11963716.

HSL color Cylindrical-coordinate representation of color #448DB6: hue angle of 201.58º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #448DB6 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB68141182-
CMYK0.630.2300.29
HSL201.58º45.6%49.02%-
HSV(B)201.58º62.64%71.37%-
XYZ20.3523.6647.75-
YUV123.85160.8288.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.39%
GREEN value IS 141 (55.47% from 255) = 36.06%
BLUE value IS 182 (71.48% from 255) = 46.55%
R=17.39%
G=36.06%
B=46.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal681411820.630.2300.29201.5845.649.02
Hex448DB63F1701Dca2e31
Octal10421526677270353125661
Binary100010010001101101101101111111011101110111001010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448DB6; }

 p { color: rgb(68,141,182); }

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

<style>
 a { background-color: #448DB6; }

 a { background-color: rgb(68,141,182); }

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

<style>
 span { border-color: #448DB6; }

 span { border-color: rgb(68,141,182); }

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