#448499

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

Shades of Hippie Blue #448499

Tints of Hippie Blue #448499

Color information

#448499 (or 0x448499) is unknown color: approx Hippie Blue. HEX triplet: 44, 84 and 99. RGB value is (68,132,153). Sum of RGB (Red+Green+Blue) = 68+132+153=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 132 (51.95% from 255 or 37.39% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #448499 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448499 is #BB7B66. Grayscale: #737373. Windows color (decimal): -12286823 or 10060868. OLE color: 10060868.

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

Color convert

RGB68132153-
CMYK0.560.1400.4
HSL194.82º38.46%43.33%-
HSV(B)194.82º55.56%60%-
XYZ16.3820.0333.14-
YUV115.26149.394.29-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 132 (51.95% from 255) = 37.39%
BLUE value IS 153 (60.16% from 255) = 43.34%
R=19.26%
G=37.39%
B=43.34%

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
Decimal681321530.560.1400.4194.8238.4643.33
Hex44849938E028c3262b
Octal10420423170160503034653
Binary100010010000100100110011110001110010100011000011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448499; }

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

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

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

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

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

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

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

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