#448894

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

Shades of Hippie Blue #448894

Tints of Hippie Blue #448894

Color information

#448894 (or 0x448894) is unknown color: approx Hippie Blue. HEX triplet: 44, 88 and 94. RGB value is (68,136,148). Sum of RGB (Red+Green+Blue) = 68+136+148=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #448894 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448894 is #BB776B. Grayscale: #747474. Windows color (decimal): -12285804 or 9734212. OLE color: 9734212.

HSL color Cylindrical-coordinate representation of color #448894: hue angle of 189º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #448894 is Cyan = 0.54, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68136148-
CMYK0.540.0800.42
HSL189º37.04%42.35%-
HSV(B)189º54.05%58.04%-
XYZ16.5320.9831.19-
YUV117.04145.4793.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=19.32%
G=38.64%
B=42.05%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681361480.540.0800.4218937.0442.35
Hex44889436802Abd252a
Octal10421022466100522754552
Binary100010010001000100101001101101000010101010111101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448894; }

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

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

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

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

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

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

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

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