#448998

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

Shades of Hippie Blue #448998

Tints of Hippie Blue #448998

Color information

#448998 (or 0x448998) is unknown color: approx Hippie Blue. HEX triplet: 44, 89 and 98. RGB value is (68,137,152). Sum of RGB (Red+Green+Blue) = 68+137+152=357 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.05% from 357); Green value is 137 (53.91% from 255 or 38.38% from 357); Blue value is 152 (59.77% from 255 or 42.58% from 357); Max value from RGB is 152 - color contains mainly: blue. Hex color #448998 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448998 is #BB7667. Grayscale: #757575. Windows color (decimal): -12285544 or 9996612. OLE color: 9996612.

HSL color Cylindrical-coordinate representation of color #448998: hue angle of 190.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #448998 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB68137152-
CMYK0.550.1000.40
HSL190.71º38.18%43.14%-
HSV(B)190.71º55.26%59.61%-
XYZ1721.3932.94-
YUV118.08147.1492.28-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.05%
GREEN value IS 137 (53.91% from 255) = 38.38%
BLUE value IS 152 (59.77% from 255) = 42.58%
R=19.05%
G=38.38%
B=42.58%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681371520.550.1000.40190.7138.1843.14
Hex44899837A028bf262b
Octal10421123067120502774653
Binary100010010001001100110001101111010010100010111111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448998; }

 p { color: rgb(68,137,152); }

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

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

 a { background-color: rgb(68,137,152); }

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

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

 span { border-color: rgb(68,137,152); }

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