#448399

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

Shades of Hippie Blue #448399

Tints of Hippie Blue #448399

Color information

#448399 (or 0x448399) is unknown color: approx Hippie Blue. HEX triplet: 44, 83 and 99. RGB value is (68,131,153). Sum of RGB (Red+Green+Blue) = 68+131+153=352 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.32% from 352); Green value is 131 (51.56% from 255 or 37.22% from 352); Blue value is 153 (60.16% from 255 or 43.47% from 352); Max value from RGB is 153 - color contains mainly: blue. Hex color #448399 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448399 is #BB7C66. Grayscale: #727272. Windows color (decimal): -12287079 or 10060612. OLE color: 10060612.

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

Color convert

RGB68131153-
CMYK0.560.1400.4
HSL195.53º38.46%43.33%-
HSV(B)195.53º55.56%60%-
XYZ16.2519.7633.09-
YUV114.67149.6394.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.32%
GREEN value IS 131 (51.56% from 255) = 37.22%
BLUE value IS 153 (60.16% from 255) = 43.47%
R=19.32%
G=37.22%
B=43.47%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681311530.560.1400.4195.5338.4643.33
Hex44839938E028c4262b
Octal10420323170160503044653
Binary100010010000011100110011110001110010100011000100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448399; }

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

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

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

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

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

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

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

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