#448390

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

Shades of Hippie Blue #448390

Tints of Hippie Blue #448390

Color information

#448390 (or 0x448390) is unknown color: approx Hippie Blue. HEX triplet: 44, 83 and 90. RGB value is (68,131,144). Sum of RGB (Red+Green+Blue) = 68+131+144=343 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.83% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 144 - color contains mainly: blue. Hex color #448390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448390 is #BB7C6F. Grayscale: #717171. Windows color (decimal): -12287088 or 9470788. OLE color: 9470788.

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

Color convert

RGB68131144-
CMYK0.530.0900.44
HSL190.26º35.85%41.57%-
HSV(B)190.26º52.78%56.47%-
XYZ15.5319.4829.33-
YUV113.64145.1395.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.83%
GREEN value IS 131 (51.56% from 255) = 38.19%
BLUE value IS 144 (56.64% from 255) = 41.98%
R=19.83%
G=38.19%
B=41.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal681311440.530.0900.44190.2635.8541.57
Hex44839035902Cbe242a
Octal10420322065110542764452
Binary100010010000011100100001101011001010110010111110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448390; }

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

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

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

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

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

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

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

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