#448699

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

Shades of Hippie Blue #448699

Tints of Hippie Blue #448699

Color information

#448699 (or 0x448699) is unknown color: approx Hippie Blue. HEX triplet: 44, 86 and 99. RGB value is (68,134,153). Sum of RGB (Red+Green+Blue) = 68+134+153=355 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.15% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #448699 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448699 is #BB7966. Grayscale: #747474. Windows color (decimal): -12286311 or 10061380. OLE color: 10061380.

HSL color Cylindrical-coordinate representation of color #448699: hue angle of 193.41º 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 #448699 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB68134153-
CMYK0.560.1200.4
HSL193.41º38.46%43.33%-
HSV(B)193.41º55.56%60%-
XYZ16.6620.5833.23-
YUV116.43148.6393.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.15%
GREEN value IS 134 (52.73% from 255) = 37.75%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=19.15%
G=37.75%
B=43.10%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681341530.560.1200.4193.4138.4643.33
Hex44869938C028c1262b
Octal10420623170140503014653
Binary100010010000110100110011110001100010100011000001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448699; }

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

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

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

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

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

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

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

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