#448691

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

Shades of Hippie Blue #448691

Tints of Hippie Blue #448691

Color information

#448691 (or 0x448691) is unknown color: approx Hippie Blue. HEX triplet: 44, 86 and 91. RGB value is (68,134,145). Sum of RGB (Red+Green+Blue) = 68+134+145=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #448691 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448691 is #BB796E. Grayscale: #737373. Windows color (decimal): -12286319 or 9537092. OLE color: 9537092.

HSL color Cylindrical-coordinate representation of color #448691: hue angle of 188.57º 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 #448691 is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB68134145-
CMYK0.530.0800.43
HSL188.57º36.15%41.76%-
HSV(B)188.57º53.1%56.86%-
XYZ16.0220.3229.87-
YUV115.52144.6394.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.60%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=19.60%
G=38.62%
B=41.79%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681341450.530.0800.43188.5736.1541.76
Hex44869135802Bbd242a
Octal10420622165100532754452
Binary100010010000110100100011101011000010101110111101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448691; }

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

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

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

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

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

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

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

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