#448B9E

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

Shades of Hippie Blue #448B9E

Tints of Hippie Blue #448B9E

Color information

#448B9E (or 0x448B9E) is unknown color: approx Hippie Blue. HEX triplet: 44, 8B and 9E. RGB value is (68,139,158). Sum of RGB (Red+Green+Blue) = 68+139+158=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 158 (62.11% from 255 or 43.29% from 365); Max value from RGB is 158 - color contains mainly: blue. Hex color #448B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448B9E is #BB7461. Grayscale: #777777. Windows color (decimal): -12285026 or 10390340. OLE color: 10390340.

HSL color Cylindrical-coordinate representation of color #448B9E: hue angle of 192.67º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #448B9E is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68139158-
CMYK0.570.1200.38
HSL192.67º39.82%44.31%-
HSV(B)192.67º56.96%61.96%-
XYZ17.7922.1635.69-
YUV119.94149.4890.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.63%
GREEN value IS 139 (54.69% from 255) = 38.08%
BLUE value IS 158 (62.11% from 255) = 43.29%
R=18.63%
G=38.08%
B=43.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681391580.570.1200.38192.6739.8244.31
Hex448B9E39C026c1282c
Octal10421323671140463015054
Binary100010010001011100111101110011100010011011000001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,139,158); }

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

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

 a { background-color: rgb(68,139,158); }

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

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

 span { border-color: rgb(68,139,158); }

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