#448898

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

Shades of Hippie Blue #448898

Tints of Hippie Blue #448898

Color information

#448898 (or 0x448898) is unknown color: approx Hippie Blue. HEX triplet: 44, 88 and 98. RGB value is (68,136,152). Sum of RGB (Red+Green+Blue) = 68+136+152=356 (47% of max value = 765). Red value is 68 (26.95% from 255 or 19.10% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #448898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448898 is #BB7767. Grayscale: #757575. Windows color (decimal): -12285800 or 9996356. OLE color: 9996356.

HSL color Cylindrical-coordinate representation of color #448898: hue angle of 191.43º 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 #448898 is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB68136152-
CMYK0.550.1100.40
HSL191.43º38.18%43.14%-
HSV(B)191.43º55.26%59.61%-
XYZ16.8621.132.89-
YUV117.49147.4792.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.10%
GREEN value IS 136 (53.52% from 255) = 38.20%
BLUE value IS 152 (59.77% from 255) = 42.70%
R=19.10%
G=38.20%
B=42.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681361520.550.1100.40191.4338.1843.14
Hex44889837B028bf262b
Octal10421023067130502774653
Binary100010010001000100110001101111011010100010111111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448898; }

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

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

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

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

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

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

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

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