#448899

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

Shades of Hippie Blue #448899

Tints of Hippie Blue #448899

Color information

#448899 (or 0x448899) is unknown color: approx Hippie Blue. HEX triplet: 44, 88 and 99. RGB value is (68,136,153). Sum of RGB (Red+Green+Blue) = 68+136+153=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 153 (60.16% from 255 or 42.86% from 357); Max value from RGB is 153 - color contains mainly: blue. Hex color #448899 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448899 is #BB7766. Grayscale: #757575. Windows color (decimal): -12285799 or 10061892. OLE color: 10061892.

HSL color Cylindrical-coordinate representation of color #448899: hue angle of 192º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #448899 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB68136153-
CMYK0.560.1100.4
HSL192º38.46%43.33%-
HSV(B)192º55.56%60%-
XYZ16.9421.1433.32-
YUV117.61147.9792.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 136 (53.52% from 255) = 38.10%
BLUE value IS 153 (60.16% from 255) = 42.86%
R=19.05%
G=38.10%
B=42.86%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681361530.560.1100.419238.4643.33
Hex44889938B028c0262b
Octal10421023170130503004653
Binary100010010001000100110011110001011010100011000000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448899; }

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

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

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

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

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

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

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

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