#448B9C

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

Shades of Hippie Blue #448B9C

Tints of Hippie Blue #448B9C

Color information

#448B9C (or 0x448B9C) is unknown color: approx Hippie Blue. HEX triplet: 44, 8B and 9C. RGB value is (68,139,156). Sum of RGB (Red+Green+Blue) = 68+139+156=363 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.73% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 156 (61.33% from 255 or 42.98% from 363); Max value from RGB is 156 - color contains mainly: blue. Hex color #448B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448B9C is #BB7463. Grayscale: #777777. Windows color (decimal): -12285028 or 10259268. OLE color: 10259268.

HSL color Cylindrical-coordinate representation of color #448B9C: hue angle of 191.59º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #448B9C is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB68139156-
CMYK0.560.1100.39
HSL191.59º39.29%43.92%-
HSV(B)191.59º56.41%61.18%-
XYZ17.6222.0934.79-
YUV119.71148.4891.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.73%
GREEN value IS 139 (54.69% from 255) = 38.29%
BLUE value IS 156 (61.33% from 255) = 42.98%
R=18.73%
G=38.29%
B=42.98%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681391560.560.1100.39191.5939.2943.92
Hex448B9C38B027c0272c
Octal10421323470130473004754
Binary100010010001011100111001110001011010011111000000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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