#448392

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

Shades of Hippie Blue #448392

Tints of Hippie Blue #448392

Color information

#448392 (or 0x448392) is unknown color: approx Hippie Blue. HEX triplet: 44, 83 and 92. RGB value is (68,131,146). Sum of RGB (Red+Green+Blue) = 68+131+146=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #448392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448392 is #BB7C6D. Grayscale: #717171. Windows color (decimal): -12287086 or 9601860. OLE color: 9601860.

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

Color convert

RGB68131146-
CMYK0.530.1000.43
HSL191.54º36.45%41.96%-
HSV(B)191.54º53.42%57.25%-
XYZ15.6919.5430.14-
YUV113.87146.1395.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 131 (51.56% from 255) = 37.97%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=19.71%
G=37.97%
B=42.32%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681311460.530.1000.43191.5436.4541.96
Hex44839235A02Bc0242a
Octal10420322265120533004452
Binary100010010000011100100101101011010010101111000000100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448392; }

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

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

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

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

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

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

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

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