#448892

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

Shades of Hippie Blue #448892

Tints of Hippie Blue #448892

Color information

#448892 (or 0x448892) is unknown color: approx Hippie Blue. HEX triplet: 44, 88 and 92. RGB value is (68,136,146). Sum of RGB (Red+Green+Blue) = 68+136+146=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #448892 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #448892 is #BB776D. Grayscale: #747474. Windows color (decimal): -12285806 or 9603140. OLE color: 9603140.

HSL color Cylindrical-coordinate representation of color #448892: hue angle of 187.69º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #448892 is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB68136146-
CMYK0.530.0700.43
HSL187.69º36.45%41.96%-
HSV(B)187.69º53.42%57.25%-
XYZ16.3820.9130.37-
YUV116.81144.4793.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.43%
GREEN value IS 136 (53.52% from 255) = 38.86%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=19.43%
G=38.86%
B=41.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal681361460.530.0700.43187.6936.4541.96
Hex44889235702Bbc242a
Octal1042102226570532744452
Binary10001001000100010010010110101111010101110111100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #448892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #448892; }

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

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

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

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

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

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

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

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