#448491

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

Shades of Hippie Blue #448491

Tints of Hippie Blue #448491

Color information

#448491 (or 0x448491) is unknown color: approx Hippie Blue. HEX triplet: 44, 84 and 91. RGB value is (68,132,145). Sum of RGB (Red+Green+Blue) = 68+132+145=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 145 (57.03% from 255 or 42.03% from 345); Max value from RGB is 145 - color contains mainly: blue. Hex color #448491 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448491 is #BB7B6E. Grayscale: #727272. Windows color (decimal): -12286831 or 9536580. OLE color: 9536580.

HSL color Cylindrical-coordinate representation of color #448491: hue angle of 190.13º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #448491 is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB68132145-
CMYK0.530.0900.43
HSL190.13º36.15%41.76%-
HSV(B)190.13º53.1%56.86%-
XYZ15.7519.7829.78-
YUV114.35145.394.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 132 (51.95% from 255) = 38.26%
BLUE value IS 145 (57.03% from 255) = 42.03%
R=19.71%
G=38.26%
B=42.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681321450.530.0900.43190.1336.1541.76
Hex44849135902Bbe242a
Octal10420422165110532764452
Binary100010010000100100100011101011001010101110111110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448491; }

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

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

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

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

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

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

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

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