#448F9E

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

Shades of Hippie Blue #448F9E

Tints of Hippie Blue #448F9E

Color information

#448F9E (or 0x448F9E) is unknown color: approx Hippie Blue. HEX triplet: 44, 8F and 9E. RGB value is (68,143,158). Sum of RGB (Red+Green+Blue) = 68+143+158=369 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.43% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 158 (62.11% from 255 or 42.82% from 369); Max value from RGB is 158 - color contains mainly: blue. Hex color #448F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448F9E is #BB7061. Grayscale: #7A7A7A. Windows color (decimal): -12284002 or 10391364. OLE color: 10391364.

HSL color Cylindrical-coordinate representation of color #448F9E: hue angle of 190º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #448F9E is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68143158-
CMYK0.570.0900.38
HSL190º39.82%44.31%-
HSV(B)190º56.96%61.96%-
XYZ18.3823.3435.88-
YUV122.28148.1589.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.43%
GREEN value IS 143 (56.25% from 255) = 38.75%
BLUE value IS 158 (62.11% from 255) = 42.82%
R=18.43%
G=38.75%
B=42.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681431580.570.0900.3819039.8244.31
Hex448F9E399026be282c
Octal10421723671110462765054
Binary100010010001111100111101110011001010011010111110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,143,158); }

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

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

 a { background-color: rgb(68,143,158); }

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

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

 span { border-color: rgb(68,143,158); }

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