#448593

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

Shades of Hippie Blue #448593

Tints of Hippie Blue #448593

Color information

#448593 (or 0x448593) is unknown color: approx Hippie Blue. HEX triplet: 44, 85 and 93. RGB value is (68,133,147). Sum of RGB (Red+Green+Blue) = 68+133+147=348 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.54% from 348); Green value is 133 (52.34% from 255 or 38.22% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #448593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448593 is #BB7A6C. Grayscale: #737373. Windows color (decimal): -12286573 or 9667908. OLE color: 9667908.

HSL color Cylindrical-coordinate representation of color #448593: hue angle of 190.63º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #448593 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB68133147-
CMYK0.540.1000.42
HSL190.63º36.74%42.16%-
HSV(B)190.63º53.74%57.65%-
XYZ16.0420.1130.64-
YUV115.16145.9794.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.54%
GREEN value IS 133 (52.34% from 255) = 38.22%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=19.54%
G=38.22%
B=42.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal681331470.540.1000.42190.6336.7442.16
Hex44859336A02Abf252a
Octal10420522366120522774552
Binary100010010000101100100111101101010010101010111111100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448593; }

 p { color: rgb(68,133,147); }

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

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

 a { background-color: rgb(68,133,147); }

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

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

 span { border-color: rgb(68,133,147); }

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