#448EA2

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

Shades of Hippie Blue #448EA2

Tints of Hippie Blue #448EA2

Color information

#448EA2 (or 0x448EA2) is unknown color: approx Hippie Blue. HEX triplet: 44, 8E and A2. RGB value is (68,142,162). Sum of RGB (Red+Green+Blue) = 68+142+162=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 162 (63.67% from 255 or 43.55% from 372); Max value from RGB is 162 - color contains mainly: blue. Hex color #448EA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448EA2 is #BB715D. Grayscale: #7A7A7A. Windows color (decimal): -12284254 or 10653252. OLE color: 10653252.

HSL color Cylindrical-coordinate representation of color #448EA2: hue angle of 192.77º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #448EA2 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB68142162-
CMYK0.580.1200.36
HSL192.77º40.87%45.1%-
HSV(B)192.77º58.02%63.53%-
XYZ18.5823.1837.68-
YUV122.15150.4889.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.28%
GREEN value IS 142 (55.86% from 255) = 38.17%
BLUE value IS 162 (63.67% from 255) = 43.55%
R=18.28%
G=38.17%
B=43.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681421620.580.1200.36192.7740.8745.1
Hex448EA23AC024c1292d
Octal10421624272140443015155
Binary100010010001110101000101110101100010010011000001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448EA2; }

 p { color: rgb(68,142,162); }

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

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

 a { background-color: rgb(68,142,162); }

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

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

 span { border-color: rgb(68,142,162); }

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