#448AB6

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

Shades of Curious Blue #448AB6

Tints of Curious Blue #448AB6

Color information

#448AB6 (or 0x448AB6) is unknown color: approx Curious Blue. HEX triplet: 44, 8A and B6. RGB value is (68,138,182). Sum of RGB (Red+Green+Blue) = 68+138+182=388 (51% of max value = 765). Red value is 68 (26.95% from 255 or 17.53% from 388); Green value is 138 (54.30% from 255 or 35.57% from 388); Blue value is 182 (71.48% from 255 or 46.91% from 388); Max value from RGB is 182 - color contains mainly: blue. Hex color #448AB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #448AB6 is #BB7549. Grayscale: #797979. Windows color (decimal): -12285258 or 11962948. OLE color: 11962948.

HSL color Cylindrical-coordinate representation of color #448AB6: hue angle of 203.16º 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 #448AB6 is Cyan = 0.63, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB68138182-
CMYK0.630.2400.29
HSL203.16º45.6%49.02%-
HSV(B)203.16º62.64%71.37%-
XYZ19.9222.7847.6-
YUV122.09161.8189.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 17.53%
GREEN value IS 138 (54.30% from 255) = 35.57%
BLUE value IS 182 (71.48% from 255) = 46.91%
R=17.53%
G=35.57%
B=46.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal681381820.630.2400.29203.1645.649.02
Hex448AB63F1801Dcb2e31
Octal10421226677300353135661
Binary100010010001010101101101111111100001110111001011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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