#44929D

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

Shades of Hippie Blue #44929D

Tints of Hippie Blue #44929D

Color information

#44929D (or 0x44929D) is unknown color: approx Hippie Blue. HEX triplet: 44, 92 and 9D. RGB value is (68,146,157). Sum of RGB (Red+Green+Blue) = 68+146+157=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 146 (57.42% from 255 or 39.35% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #44929D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44929D is #BB6D62. Grayscale: #7B7B7B. Windows color (decimal): -12283235 or 10326596. OLE color: 10326596.

HSL color Cylindrical-coordinate representation of color #44929D: hue angle of 187.42º 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 #44929D is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB68146157-
CMYK0.570.0700.38
HSL187.42º39.56%44.12%-
HSV(B)187.42º56.69%61.57%-
XYZ18.7524.2235.59-
YUV123.93146.6688.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 18.33%
GREEN value IS 146 (57.42% from 255) = 39.35%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=18.33%
G=39.35%
B=42.32%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681461570.570.0700.38187.4239.5644.12
Hex44929D397026bb282c
Octal1042222357170462735054
Binary10001001001001010011101111001111010011010111011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44929D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44929D; }

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

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

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

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

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

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

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

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